mirror of
https://git.notfire.cc/notfire/akkoma-fe.git
synced 2026-01-10 21:13:19 -08:00
5 lines
66 B
JavaScript
5 lines
66 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('autoprefixer')
|
|
]
|
|
}
|