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