-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
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?
: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.
AlansCodeLog, mokone91, hacknug, wolfspyre, ofrankowska and 3 morerogden, maikeleckelboom, wolfspyre and haakonmt
Metadata
Metadata
Assignees
Labels
No labels