Skip to content

Instantly share code, notes, and snippets.

@claudia-romano
Last active August 29, 2018 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudia-romano/1e9ac07aa8a35f95c2075e2b25d57b60 to your computer and use it in GitHub Desktop.
Save claudia-romano/1e9ac07aa8a35f95c2075e2b25d57b60 to your computer and use it in GitHub Desktop.
@supports(--css: variables) {
.theme--dark {
--component-background: var(--black);
--color-text: var(--gray-4);
--color-icon-primary: #fff;
//..other relevant css variables
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment