Level 2
In your tailwind.config.js file, disable dark mode // tailwind.config.js module.exports = { darkMode: false, }; or eliminate all classes that have dark, you can use a regex to search for them.
1 like
I tried enabling dark mode during creating my laravel app. I am far into my project now and I want to delete the feature because I want a consistent look on my project. How do I remove/disable the dark mode? Thanks in advance!
Please or to participate in this conversation.