-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Inverted primary color not updating #706
Inverted primary color not updating #706
Comments
Run into the same issue. Definitely agree with @rafaelpimpa that the inverted color should be derived from the actual primary color and not from the default. @rafaelpimpa would you like to create a PR? Otherwise a can do it. And yeah great framework 🙌 |
Go ahead :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
set |
First I want to thank you for the great framework! Love to use Bulma and I'm currently using it as a base for my Vuejs library.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version [0.4.1]
I am sure this issue is not a duplicate
Description
When customizing Bulma following the docs, if you change primary color for a light one (like
#efecf4
), the inverted color will not update to black.Shouldn't these variables be like this (?):
Right now we have to import the entire
bulma/sass/utilities/_all
, get the inverted colors and put inside the$colors
list.Steps to Reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: