h5/yunshop-front-master/.postcssrc.js

9 lines
222 B
JavaScript

// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: {
autoprefixer: {
overrideBrowserslist: ['Android 4.1', 'iOS 7.1', '> 1%', 'last 2 versions', 'not ie <= 9']
},
}
}