1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-12-27 18:55:03 +01:00
pleroma-fe/postcss.config.js

6 lines
66 B
JavaScript

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