Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.postcssrc.js 223 Bytes
Copy Edit Raw Blame History
Jolly authored 2020-01-08 12:08 . 初始化
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
// to edit target browsers: use "browserslist" field in package.json
"postcss-import": {},
"autoprefixer": {}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化