Skip to content

Instantly share code, notes, and snippets.

@gregwhitworth
Created November 16, 2016 01:55
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 gregwhitworth/07766c47a3fe373a629f821326ee71eb to your computer and use it in GitHub Desktop.
Save gregwhitworth/07766c47a3fe373a629f821326ee71eb to your computer and use it in GitHub Desktop.
Custom properties with a fallback value
body {
background: var(--primary, blue);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment