mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
disable minify colors
This commit is contained in:
parent
c949dfc419
commit
38c5e68370
1 changed files with 2 additions and 0 deletions
|
|
@ -66,7 +66,9 @@ module.exports = (env, argv) => ({
|
|||
flexbox: false,
|
||||
grid: false
|
||||
},
|
||||
cssDeclarationSorter: true,
|
||||
calc: false,
|
||||
colormin: false,
|
||||
convertValues: false,
|
||||
discardComments: {
|
||||
removeAll: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue