1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-11-04 22:22:11 +01:00
pleroma-fe/postcss.config.js

6 lines
66 B
JavaScript

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