Last active
August 12, 2020 18:35
-
-
Save starryeyez024/1a9bb84ee0c5155792608dd6da942ca8 to your computer and use it in GitHub Desktop.
PFE | Empty local variables stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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