- Issue created by @john pitcairn
Front-end themes may have their own layout builder element styling, and therefore wish to use gin styling for forms in the off canvas dialog, but not in the layout builder render element.
Overriding gin_lb css from a frontend theme is frustrating due to the pervasive use of the !important
modifier in a single css file.
Split the relevant gin_lb css into multiple libraries, for example:
Frontend themes can then easily override/remove the relevant library. Maybe there is a good case for more than 2 libraries.
Active
1.0
Code