Use Tailwind
#7830
Replies: 1 comment
-
module.exports = {
darkMode: ['class', '[data-theme="dark"]'],
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
I'm trying to use TailwindCSS on my project, but I have only one problem and it's related with dark mode.
I try that code in my
tailwindcss.config.js, but not working.Anyone already have dark theme working with TailwindCSS?
Beta Was this translation helpful? Give feedback.
All reactions