Skip to content

Commit 8fa9574

Browse files
committed
Disable cssnano's colormin plugin
It produces odd rgba values which also seem to cause issues in monaco's color parser where the scoll shadow went red for some reason. Regression by: go-gitea#15333
1 parent 456d63b commit 8fa9574

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ module.exports = {
9595
discardComments: {
9696
removeAll: true,
9797
},
98+
colormin: false,
9899
},
99100
],
100101
},

0 commit comments

Comments
 (0)