themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.89k stars 742 forks source link

How to turn off dark mode if you don't use Node.js, and you use only CDN links in your work? #948

Open DreemzDev opened 2 months ago

DreemzDev commented 2 months ago

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