Commit 32bb11ef by xiaxiansheng

Update postcss.config.js

parent 2a6136f0
module.exports = {
plugins: [
require('autoprefixer')({
overrideBrowserslist: ['last 2 version', '>1%', 'ios 7']
overrideBrowserslist: [
'defaults',
'last 2 versions',
'not ie < 11',
'>1%',
'ios 7'
]
})
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment