Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created September 7, 2020 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wolfr/4f7c89226fbd452cda8c0be17219d345 to your computer and use it in GitHub Desktop.
Save Wolfr/4f7c89226fbd452cda8c0be17219d345 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$theme-color: #000;
$theme-name: "|customer-a";
*[data-theme="#{$theme-name}"] button {
color: $theme-color;
}
*[data-theme="|customer-a"] button {
color: #000;
}
{
"sass": {
"compiler": "dart-sass/1.26.10",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment