-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When CSS files are defined in the template.json _common section, they should be listed first and not last in the stack, otherwise the CSS inheritance will be broken.
An even better solution would be to borrow from the Twig/Swig block inheritance behavior. Adding a {{ parent() }} or {{ common }} in the stylesheet list from a page would insert the files at this specific place. This would allow not only to prepend but to append and even insert within the pages CSS files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels