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
themeReplacements are a good start for being able to set CSS variable values, but what if the variables have different values in dark/light theme?
themeReplacements
:root { --color: #fff; } :root.dark { --color: #000; }
Thus it would be nice if we could inject custom CSS, even if it has to be CSS-in-JS provided as a string.
The text was updated successfully, but these errors were encountered:
Hi,
i got PR, for this #101
Sorry, something went wrong.
No branches or pull requests
themeReplacements
are a good start for being able to set CSS variable values, but what if the variables have different values in dark/light theme?Thus it would be nice if we could inject custom CSS, even if it has to be CSS-in-JS provided as a string.
The text was updated successfully, but these errors were encountered: