From 11b6e166647ac0b9da936ff1b5cf29bd16d22091 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 9 May 2018 21:25:27 +0300 Subject: www: clean prefixed css rules --- juick-www/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/webpack.config.js') 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' }) ] } -- cgit v1.2.3