1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-07-28 06:51:52 -04:00
akkoma-fe/postcss.config.js

6 lines
66 B
JavaScript

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