mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-18 18:36:02 +01:00
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
|
module.exports = {
|
||
|
plugins: [
|
||
|
require('autoprefixer')
|
||
|
]
|
||
|
}
|