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