Skip to content

Instantly share code, notes, and snippets.

@guidobouman
Last active June 8, 2017 11:39
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 guidobouman/d6c9141af54ac6edea2bbfe1782a8c0c to your computer and use it in GitHub Desktop.
Save guidobouman/d6c9141af54ac6edea2bbfe1782a8c0c to your computer and use it in GitHub Desktop.
CSS variables
:root {
--brand-color: #ff6600;
}
.header {
color: var(--brand-color);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment