Files
JavaMyShop/node+vue/shop-fend/.postcssrc.js
2024-09-27 01:16:36 +08:00

11 lines
246 B
JavaScript
Executable File

// 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": {}
}
}