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
Tailwind includes out-of-the-box darkMode support, and so does Storybook. We could activate that if we wanted to.
Requires:
decorators: [ // Adds theme switching support. // NOTE: requires setting "darkMode" to "class" in your tailwind config withThemeByClassName({ themes: { light: "light", dark: "dark", }, defaultTheme: "light", }), ],
Originally posted by @hetd54 in #511 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tailwind includes out-of-the-box darkMode support, and so does Storybook. We could activate that if we wanted to.
Requires:
Originally posted by @hetd54 in #511 (comment)
The text was updated successfully, but these errors were encountered: