mirror of
https://github.com/go-gitea/gitea
synced 2024-12-21 17:47:54 +01:00
Disable cssnano's colormin plugin (#15348)
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: https://github.com/go-gitea/gitea/pull/15333
This commit is contained in:
parent
16e34025b4
commit
1ec4913add
@ -95,6 +95,7 @@ module.exports = {
|
||||
discardComments: {
|
||||
removeAll: true,
|
||||
},
|
||||
colormin: false,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user