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