mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 07:39:16 +02:00
8 lines
196 B
JavaScript
8 lines
196 B
JavaScript
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
module.exports = {
|
|
"plugins": {
|
|
// to edit target browsers: use "browserlist" field in package.json
|
|
"autoprefixer": {}
|
|
}
|
|
}
|