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

6 lines
66 B
JavaScript

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