This commit is contained in:
huoji
2022-08-22 20:15:23 +08:00
parent 3475c90afe
commit 7006b663f3
33 changed files with 9980 additions and 0 deletions

8
Web/syseye/.postcssrc.js Normal file
View File

@@ -0,0 +1,8 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: [
// to edit target browsers: use "browserslist" field in package.json
require('autoprefixer')
]
}