Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.postcssrc.js 246 Bytes
Copy Edit Raw Blame History
wkeyuan authored 2021-12-02 00:12 . 发布前的格式检查
// 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": {}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化