diff --git a/.postcssrc.js b/.postcssrc.js index 200edf7..4441da0 100644 --- a/.postcssrc.js +++ b/.postcssrc.js @@ -1,12 +1,12 @@ // https://github.com/michael-ciniawsky/postcss-load-config module.exports = { - plugins: { - autoprefixer: { - browsers: ['Android >= 4.0', 'iOS >= 7'] - }, - 'postcss-pxtorem': { - rootValue: 37.5, - propList: ['*'] + plugins: { + autoprefixer: { + overrideBrowserslist: ['Android 4.1', 'iOS 7.1', 'Chrome > 31', 'ff > 31', 'ie >= 8'] + }, + 'postcss-pxtorem': { + rootValue: 37.5, + propList: ['*'] + } } - } -} +} \ No newline at end of file diff --git a/package.json b/package.json index f6dbe42..0418b8d 100644 --- a/package.json +++ b/package.json @@ -60,4 +60,4 @@ "last 2 versions", "not ie <= 8" ] -} \ No newline at end of file +}