1
1
Fork 0
mirror of https://github.com/shawncai/ERP.git synced 2025-03-04 19:33:18 +08:00
ERP/.postcssrc.js
2019-02-12 17:46:33 +08:00

10 lines
246 B
JavaScript

// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}