Skip to content

Instantly share code, notes, and snippets.

@starryeyez024
Last active August 17, 2020 02:51
Show Gist options
  • Save starryeyez024/ab2b68fee7ff02ff132aa5272aa101ba to your computer and use it in GitHub Desktop.
Save starryeyez024/ab2b68fee7ff02ff132aa5272aa101ba to your computer and use it in GitHub Desktop.
PFE broadcasted function
// Sass:
$LOCAL-VARIABLES: (
Color: pfe-broadcasted(text),
);
.pfe-my-component {
color: pfe-local(Color);
}
// Compiled CSS:
.pfe-my-component {
color: var(--pfe-dropdown--Color, var(--pfe-broadcasted--text, #3c3f42));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment