flowbite
flowbite copied to clipboard
How to turn off dark mode if you don't use Node.js, and you use only CDN links in your work?
In my project, when making up the site, I use your product via CDN, without installation note.js . In the process, I discovered an incorrect display of styles associated with dark mode. Removed all classes with the "dark:" prefix. I have not completely corrected the situation. Configurations of the tailwind.config.js file module.exports = { darkMode: false, // ... }