mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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: {
|
||||
add: true,
|
||||
remove: true,
|
||||
flexbox: true,
|
||||
grid: 'autoplace'
|
||||
flexbox: false,
|
||||
grid: false
|
||||
},
|
||||
calc: false,
|
||||
convertValues: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue