Skip to content

Instantly share code, notes, and snippets.

@Dottenpixel
Created December 10, 2020 23:54
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 Dottenpixel/e933f512a1edc16936b3b2ef8399d2da to your computer and use it in GitHub Desktop.
Save Dottenpixel/e933f512a1edc16936b3b2ef8399d2da to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
@font-face {
font-family: 'My Sans';
}
.slds-badge {
background-color: token("var(--foo, "+#{runtimeVar}+")");
}
@font-face {
font-family: "My Sans";
}
.slds-badge {
background-color: token("var(--foo, runtimeVar)");
}
{
"sass": {
"compiler": "dart-sass/1.26.11",
"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