This commit is contained in:
fxy060608
2018-11-18 14:35:44 +08:00
parent 1c9bd95d50
commit 9cd49e725a
13 changed files with 340 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
const pkg = require('./package.json')
module.exports = {
plugins: [
require("autoprefixer")({
browsers: pkg.browserslist
}),
// require("./packages/@uni-app/postcss")
]
}