This commit is contained in:
我是个攻城狮
2026-05-27 16:04:37 +08:00
commit b48708dbbf
1721 changed files with 625641 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
// 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": {}
}
}