kasperisager/vanilla-bootstrap

Custom CSS should come AFTER Theme CSS

Closed this issue · 2 comments

I've noticed when editing the custom.css file that the overrides do not work, so I viewed the source code and the custom.css is not in the right order to override the default template styles.

The CSS in your theme goes in this order:
style.css
custom.css
custom_cerulean.css

It should go:
style.css
custom_cerulean.css
custom.css

This is how Vanilla loads stylesheets; it's not related to the theme.

Ok, I'll let them know about the issue. Thanks