mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-05 23:19:07 +00:00
disable grid and flexbox translations
This commit is contained in:
parent
ddbeae181f
commit
9d398997e4
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue