1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00

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: https://github.com/go-gitea/gitea/pull/15333
This commit is contained in:
silverwind 2021-04-08 20:28:41 +02:00 committed by GitHub
parent e8693eb328
commit b62bd8e7c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,6 +93,7 @@ export default {
discardComments: {
removeAll: true,
},
colormin: false,
},
],
},