Files
ebiz-sunful-eco-web/postcss.config.js
陈昱达 0713c80305 初始化
2025-06-26 17:11:50 +08:00

9 lines
197 B
JavaScript

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