-
Notifications
You must be signed in to change notification settings - Fork 2
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
Success Color Name #1
Comments
Hi @mhennessie, thanks for reporting this issue and for using the plugin. |
Ok, $success is bootstrap variable for a color which is why I was trying to use it. I am currently experimenting with the plugin to see how we might be able to use it in the handoff between our design and dev teams. |
Consider that, anyway, you're dealing with the properties of a sass map ($colors), so the "status-success" key would be simply used to retrieve the color value from the map, after which you would have absolutely full control on it, including to store that value in a root-level sass variable named as you want. In your specific case, you can always do something like that: /* uikit.scss */ /* bootstrap-overrides.scss */ I hope it helps. |
I understand that, thanks. |
If you use @uikit-palette-success as an object name the resulting $colors variable name is an empty string. Example:
#00b74a should have key name success
The text was updated successfully, but these errors were encountered: