Skip to content

Instantly share code, notes, and snippets.

@starryeyez024
Last active August 12, 2020 18:35
Show Gist options
  • Save starryeyez024/1a9bb84ee0c5155792608dd6da942ca8 to your computer and use it in GitHub Desktop.
Save starryeyez024/1a9bb84ee0c5155792608dd6da942ca8 to your computer and use it in GitHub Desktop.
PFE | Empty local variables stack
font-size: var(--pf-cta--FontSize, var(--pf-global--font-size, 16px));
// ^ local variable ^ theme variable ^ fallback value
// (empty) (empty)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment