a0582f14 by 宋楠

解决build 报错

1 parent 8ff8ece1
1 // https://github.com/michael-ciniawsky/postcss-load-config 1 // https://github.com/michael-ciniawsky/postcss-load-config
2 module.exports = { 2 module.exports = {
3 plugins: { 3 plugins: {
4 autoprefixer: { 4 autoprefixer: {
5 browsers: ['Android >= 4.0', 'iOS >= 7'] 5 overrideBrowserslist: ['Android 4.1', 'iOS 7.1', 'Chrome > 31', 'ff > 31', 'ie >= 8']
6 }, 6 },
7 'postcss-pxtorem': { 7 'postcss-pxtorem': {
8 rootValue: 37.5, 8 rootValue: 37.5,
9 propList: ['*'] 9 propList: ['*']
10 }
10 } 11 }
11 } 12 }
12 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -60,4 +60,4 @@ ...@@ -60,4 +60,4 @@
60 "last 2 versions", 60 "last 2 versions",
61 "not ie <= 8" 61 "not ie <= 8"
62 ] 62 ]
63 }
...\ No newline at end of file ...\ No newline at end of file
63 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!