1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-05-04 13:34:04 -04:00
akkoma-fe/postcss.config.js

6 lines
66 B
JavaScript

module.exports = {
plugins: [
require('autoprefixer')
]
}