Skip to content

Commit 679ce76

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 e8693eb commit 679ce76

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
@@ -93,6 +93,7 @@ export default {
9393
discardComments: {
9494
removeAll: true,
9595
},
96+
colormin: false,
9697
},
9798
],
9899
},

0 commit comments

Comments
 (0)