Customizing bootstrap 5
I added some custom colors in the theme-colors map using the merge function but if I try to use them with .bg- class it doesn't work, how can I make them available?
1 Reply
just to be clear I know that the colors have been already added to the map because in the :root they are available with --bs
using the utilities api and specifying again the values as $theme-colors working but shouldn't they already be overriden