Last active
August 12, 2020 18:38
-
-
Save starryeyez024/0cba7e2d0cd1fdddb0efbf0f5467f02f to your computer and use it in GitHub Desktop.
PFE | Override example
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
// This | |
:root { | |
--pfe-tabs--BorderColor: purple; | |
} | |
// Not this | |
pfe-tab { | |
--pfe-tabs--BorderColor: purple; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment