You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bootstrap v4.beta1 is around the corner so I would ask what is the future of theme-colors?
Currently all themeable components iterate over theme-colors map.
It is possible that in future (v4 lifetime) there will be for example separate maps for components (example alert-theme, table-theme, buttons-theme, etc)?
And what about "color-levels"? Currently they are hardcoded. @include alert-variant(theme-color-level($color, -10), theme-color-level($color, -9), theme-color-level($color, 6));
Is there a chance that after beta1 things will be more customizable?
The text was updated successfully, but these errors were encountered:
Goal is for every color to have their own Sass map for 100 to 900 levels. We'll likely have variables for all those, too. There are currently no plans to provide different maps unique to each component.
What else are you thinking about for easier customization?
bootstrap v4.beta1 is around the corner so I would ask what is the future of theme-colors?
Currently all themeable components iterate over theme-colors map.
It is possible that in future (v4 lifetime) there will be for example separate maps for components (example alert-theme, table-theme, buttons-theme, etc)?
And what about "color-levels"? Currently they are hardcoded.
@include alert-variant(theme-color-level($color, -10), theme-color-level($color, -9), theme-color-level($color, 6));
Is there a chance that after beta1 things will be more customizable?
The text was updated successfully, but these errors were encountered: