Skip to content

Instantly share code, notes, and snippets.

@vviikk
Created November 12, 2018 21:45
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 vviikk/025c2de7201f695c094b359ab40ad803 to your computer and use it in GitHub Desktop.
Save vviikk/025c2de7201f695c094b359ab40ad803 to your computer and use it in GitHub Desktop.
* { --[property-it-is-used-in-later]-[context(min|max)]-[unit]--[?modifier]: 2rem; }

e.g.

--font-size-min-px: calc(var(--FONT-SIZE-MIN) * 1px);
  /* Below value affects font-size, is computed and is in pixels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment