pleroma-fe/postcss.config.js

6 lines
66 B

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