-
Notifications
You must be signed in to change notification settings - Fork 980
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
Overriding Bulma variables does not work #87
Comments
Would also appreciate any info here. |
If you're still early on in your project, I would recommend switching from Bulma to a react component library. #57 proposed this change, but I felt it was unnecessary for a template project. After using https://react.semantic-ui.com/ in production for a few months, I've completely changed my mind. Future versions will make this change. I can investigate your specific issue with Bulma if this is not what you were looking for, but I think the root of the problem is that you need a proper react-based UI library with built-in theming. |
Thanks for the feedback. Regarding future versions making this change, does this include the gatsby-v2 branch? |
That branch will eventually be merged into master, so yes. |
@paulisloud, FWIW I had the same issue and the cause was two different |
I don't think this is an issue anymore. |
In
src/layouts/all.scss
, adding, for instance$navbar-padding-horizontal: 15rem
on either line 1 or 2 (or anywhere really), before or after@import "~bulma/sass/utilities/initial-variables"
does nothing.According to the Bulma docs, this should be the correct way to override Bulma variables.
The text was updated successfully, but these errors were encountered: