guigu-oa-admin/.postcssrc.js

11 lines
246 B
JavaScript
Raw Normal View History

2017-06-26 13:38:24 +08:00
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
2017-12-14 16:07:10 +08:00
"postcss-import": {},
2018-05-02 18:00:01 +08:00
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
2017-06-26 13:38:24 +08:00
"autoprefixer": {}
}
}