Request: New CSS load mode “additional CSS only”
-
Hi there, my website has its own custom color palette and I’m actually using Bootstrap myself and have customized Bootstrap colors: I’ve defined my colors in an scss file and compiled my own bootstrap css. Unfortunately, AyeCode overrides all the Bootstrap colors and styles in a way that breaks everything and makes it hard to override again (because your stylesheet uses
!important
in a few places and because it overrides the colors with specific selectors like.bsui .btn-outline-primary { --bs-btn-active-bg: ... }
.However, if I disable completely the AyeCode css, then certain things like the invoices are completely unstyled.
I’d like an option in AyeCode UI to load only additional CSS that builds on top of Bootstrap without overriding anything, and assume that the base Bootstrap is loaded separately.
- You must be logged in to reply to this topic.