mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-08 17:39:09 +00:00
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
|
module.exports = {
|
||
|
plugins: [
|
||
|
require('autoprefixer')
|
||
|
]
|
||
|
}
|