mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Disable cssnano's colormin plugin (#15347)
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:
		@@ -93,6 +93,7 @@ export default {
 | 
				
			|||||||
              discardComments: {
 | 
					              discardComments: {
 | 
				
			||||||
                removeAll: true,
 | 
					                removeAll: true,
 | 
				
			||||||
              },
 | 
					              },
 | 
				
			||||||
 | 
					              colormin: false,
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
          ],
 | 
					          ],
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user