autoprefixer config updated

This commit is contained in:
NikolaBorislavovHristov 2019-05-14 16:34:18 +03:00
parent 7ac2c0a6c3
commit cb7fe3bbd9

View file

@ -50,7 +50,12 @@ module.exports = {
plugins: () => [
require('cssnano')({
preset: ['advanced', {
autoprefixer: true,
autoprefixer: {
add: true,
remove: true,
flexbox: true,
grid: 'autoplace'
},
calc: false,
convertValues: false,
discardComments: {