disable grid and flexbox translations

This commit is contained in:
NikolaBorislavovHristov 2019-09-24 14:02:11 +03:00
parent ddbeae181f
commit 9d398997e4

View file

@ -58,8 +58,8 @@ module.exports = {
autoprefixer: {
add: true,
remove: true,
flexbox: true,
grid: 'autoplace'
flexbox: false,
grid: false
},
calc: false,
convertValues: false,