Why does the bg-white class stop working in Tailwind CSS when I extend the colors in my tailwind.config.js, and how can I fix it?
I am using Tailwind CSS and have extended some colors in my tailwind.config.js file. However, when I add the bg-white class or any other class, no color appears until I comment out all the extended colors. Here’s my configuration: