flowbite icon indicating copy to clipboard operation
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?

Open DreemzDev opened this issue 1 year ago • 0 comments

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, // ... }

DreemzDev avatar Aug 21 '24 09:08 DreemzDev