Skip to content

Instantly share code, notes, and snippets.

@starryeyez024
Last active August 12, 2020 18:38
Show Gist options
  • Save starryeyez024/0cba7e2d0cd1fdddb0efbf0f5467f02f to your computer and use it in GitHub Desktop.
Save starryeyez024/0cba7e2d0cd1fdddb0efbf0f5467f02f to your computer and use it in GitHub Desktop.
PFE | Override example
// 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