diff options
author | Vitaly Takmazov | 2018-05-09 21:25:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-05-09 21:25:27 +0300 |
commit | 11b6e166647ac0b9da936ff1b5cf29bd16d22091 (patch) | |
tree | bf84a0ffe91cdb76b5daae4864267be34c3f496e /juick-www/webpack.config.js | |
parent | 5f43e7abf25511b35e495f8495ce0a23131779e0 (diff) |
www: clean prefixed css rules
Diffstat (limited to 'juick-www/webpack.config.js')
-rw-r--r-- | juick-www/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/webpack.config.js b/juick-www/webpack.config.js index b1e53ece..fd29405a 100644 --- a/juick-www/webpack.config.js +++ b/juick-www/webpack.config.js @@ -30,7 +30,7 @@ module.exports = { loader: "postcss-loader", options: { plugins: () => [ require('autoprefixer')({ - browsers: 'last 2 versions, > 1%' + browsers: 'last 4 versions, > 1%, ie >= 8' }) ] } |