fix postcss bug

This commit is contained in:
Pan
2017-06-30 11:31:21 +08:00
parent 00e06fe44e
commit 3466b9feb2
5 changed files with 67 additions and 57 deletions

8
.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 "browserlist" field in package.json
"autoprefixer": {}
}
}