mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2025-01-16 17:25:35 +00:00
9 lines
196 B
JavaScript
9 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": {}
|
||
|
}
|
||
|
}
|