We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi just wanted to share a small bug I observed.
I had an existing project in remix with darkMode enabled i.e. in tailwind.config.ts I already had:
export default { ... darkMode: 'class' }
Adding shadcn updated the config to this incorrect setting which broke dark mode
export default { ... darkMode: ['class', 'class'] }
Understand this is a niche and uncommonly faced issue - just pointing it out - and it may apply to other frameworks not just remix.
Dark Mode
No response
Remix, Tailwind, is a code issue not an infrastructure issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Hi just wanted to share a small bug I observed.
I had an existing project in remix with darkMode enabled i.e. in tailwind.config.ts I already had:
Adding shadcn updated the config to this incorrect setting which broke dark mode
Understand this is a niche and uncommonly faced issue - just pointing it out - and it may apply to other frameworks not just remix.
Affected component/components
Dark Mode
How to reproduce
Codesandbox/StackBlitz link
No response
Logs
System Info
Before submitting
The text was updated successfully, but these errors were encountered: