Files

9 lines
196 B
JavaScript
Raw Permalink Normal View History

2024-12-03 17:40:13 +08:00
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
// to edit target browsers: use "browserlist" field in package.json
"autoprefixer": {}
}
}