1

I was updating an old bootstrap page to the new Bootstrap 5.3.1. - following this great instruction, I've set up my custom colors: How to extend/modify (customize) Bootstrap with SASS

Now (what I don't understand): bg-fun-pink and text-fun-pink is not working although the color ("fun-pink") works on buttons (btn-fun-pink).

What did I wrong so the bg-color of a div and / or the text-color is not changing?

See my example on codeply: https://www.codeply.com/p/ZT1yZA56QH

Thanks for your help in advance!

derpapa
  • 11
  • 1

1 Answers1

0

This is a bug that will be fixed in Bootstrap 5.2

However I did find this answer that might help?

And the original fix described here.