Skip to content

Instantly share code, notes, and snippets.

@joehonton
Created February 5, 2020 05:48
Show Gist options
  • Save joehonton/521591b31da49a27bc2ed6dc8c6850bb to your computer and use it in GitHub Desktop.
Save joehonton/521591b31da49a27bc2ed6dc8c6850bb to your computer and use it in GitHub Desktop.
:host {
--color: white;
--background-color: black;
--width: 70vw;
--height: 50vh;
}
#component {
color: var(--color);
background-color: var(--background-color);
width: var(--width);
height: var(--height);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment