Replies: 1 comment
-
Or not, doing a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a gulpfile set up to merge my additions to the regular Bootstrap CSS file that gets generated, it serves me well, one of the things I have in it is several custom colours for background, text, etc... added to the colour map.
I have: Red, Yellow, Lime, LightBlue, LightPink, etc...
I then add those custom colours to $colors via map-merge and $theme-colors via map-merge.
Then in my table, I can add a class to the row such as 'bg-lightblue' and that row will be lightblue.
This works well in v5.2, however upon upgrading to v5.3, the lightblue no longer shows up.
Looking through the documentation for Tables under 'Sass Loops', it looks like I may now need to also merge into $table-variants?
Beta Was this translation helpful? Give feedback.
All reactions