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: { autoprefixer: {
add: true, add: true,
remove: true, remove: true,
flexbox: true, flexbox: false,
grid: 'autoplace' grid: false
}, },
calc: false, calc: false,
convertValues: false, convertValues: false,