Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slate and Superhero problem overrides #53

Open
hipstersmoothie opened this issue Oct 28, 2018 · 0 comments
Open

Slate and Superhero problem overrides #53

hipstersmoothie opened this issue Oct 28, 2018 · 0 comments
Assignees

Comments

@hipstersmoothie
Copy link

Im build a little module that dynamically load bulma swatches into a website. I en up having to cache the css files all on the page. So a one point I may have all the different style sheets loaded but only the one at the bottom is the one in use. This works well expect for two swatches: slate and superhero. they both do something unique that the other sheets dont do.

background-color: $body-background-color;

i removed this in browser and it doesn't effect anything because the body background is the same color.

would it be safe to remove these unique overrides? darkly is also a dark theme and does not have this problem

https://github.com/jenil/bulmaswatch/search?q=background-color%3A+%24body-background-color%3B&unscoped_q=background-color%3A+%24body-background-color%3B

@jenil jenil self-assigned this Oct 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants