Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created June 17, 2024 15:23
Show Gist options
  • Save LeaVerou/cb1e0ccbf73ffd59ca90eaac98ab9aff to your computer and use it in GitHub Desktop.
Save LeaVerou/cb1e0ccbf73ffd59ca90eaac98ab9aff to your computer and use it in GitHub Desktop.
Dynamic custom property references? You wish
/* Dynamic custom property references? You wish */
--foo: --bar;
--bar: green;
background: red;
background: var(var(--foo));
// alert('Hello world!');
{"view":"split","fontsize":"140","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment