Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Last active January 18, 2021 15:11
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 LeaVerou/b49604259b2765fec0966ba649dad8c8 to your computer and use it in GitHub Desktop.
Save LeaVerou/b49604259b2765fec0966ba649dad8c8 to your computer and use it in GitHub Desktop.
var() and fallback
/**
* var() and fallback
*/
--initial: initial;
background: var(--initial, green); /* fallback applied */
<template>Hello</template>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment