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