Skip to content

Instantly share code, notes, and snippets.

@colorful-tones
Created October 31, 2018 18:24
Show Gist options
  • Save colorful-tones/d509dafea3fe04ae57cebedb4ab93964 to your computer and use it in GitHub Desktop.
Save colorful-tones/d509dafea3fe04ae57cebedb4ab93964 to your computer and use it in GitHub Desktop.
CSS variables: valid vs invalid values
:root {
--my-var: 🎃;
}
.foo {
color: var(--my-var);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment