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

6 lines
66 B
JavaScript

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