mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-11-04 22:22:11 +01:00
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('autoprefixer')
|
|
]
|
|
}
|