Skip to content

Add ability to inject custom CSS #86

@fabis94

Description

@fabis94

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions