-
-
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
Wrong CSS output using $custom-shades #2031
Closed
hal0gen opened this issue
Jul 31, 2018
· 3 comments
· Fixed by tghelere/valorize-vidas#6, scm-manager/scm-manager#1053, Strooped/strooped-master#5, tghelere/valorize-vidas#10 or moghwan/v1.moghwan.me#4
Closed
Wrong CSS output using $custom-shades #2031
hal0gen opened this issue
Jul 31, 2018
· 3 comments
· Fixed by tghelere/valorize-vidas#6, scm-manager/scm-manager#1053, Strooped/strooped-master#5, tghelere/valorize-vidas#10 or moghwan/v1.moghwan.me#4
Labels
Comments
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. |
Running into the same issue... Can we reopen this? |
Raised a new issue for this as it has not been re-opened: |
This was referenced Mar 13, 2020
This was referenced Mar 25, 2020
This was referenced Apr 5, 2020
This was referenced Apr 14, 2020
This was referenced May 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is about Bulma.
Overview of the problem
I cannot add a custom shade and have it processed by the framework.
Description
Using Bulma 0.7.1. I am trying to define custom shades and add a color to it (i.e. fuchsia). I need to find a way for having the corresponding helper classes generated (
.has-text-fuchsia .has-background-fuchsia
).Steps to Reproduce
From my understanding of the customization, I should add
$fuchsia
to$custom-shades
, and not to$custom-colors
(which are used for semantic purposes).When I do that, Bulma first runs
mergeColorMaps
and then generates the classes, except the ones corresponding to$custom-shades
are wrong, becausefindColorInvert
is also called, which adds#fff
as the default inverted color. This works without problems if I use$custom-colors
(either specifying the inverted color or not).Expected behavior
The CSS output should be:
Actual behavior
The CSS output is:
The text was updated successfully, but these errors were encountered: