-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Drop color()
, theme-color()
& gray()
functions
#29083
Conversation
02b9c8b
to
363f39b
Compare
Should this function be renamed to |
Definitely |
2d4b302
to
47ee60d
Compare
@ysds Yes, I would like to see that come back. The idea isn't to provide those classes to everyone though—just the variables and functions. The classes are purely there for docs presentation. |
@mdo OK, thanks 👍 @MartijnCuppens Can you confirm the changes in the |
Yup, it looks ok |
I just spotted some unwanted changes in |
…ables Also the `theme-color-level()` now accepts any color you want instead of only `$theme-color` colors.
80514bd
to
526da87
Compare
Drop
color()
,theme-color()
&gray()
functions in favor of variables. The functions just called amap-get()
of a map where just the variables were defined.Also the
theme-color-level()
now accepts any color you want instead of only$theme-colors
colors. The first value now is a variable instead of the$theme-colors
key.TODO:
theme-color-level()
tocolor-level()
https://deploy-preview-29083--twbs-bootstrap.netlify.com/docs/4.3/getting-started/theming/