Skip to content

Instantly share code, notes, and snippets.

@peterblazejewicz
Created May 21, 2023 16:14
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 peterblazejewicz/6e793e269986646cbabc37a9161b42b7 to your computer and use it in GitHub Desktop.
Save peterblazejewicz/6e793e269986646cbabc37a9161b42b7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$primary: #334455;
.card {
--primary-color: $primary;
}
.card {
--primary-color: #{$primary};
}
.card {
--primary-color: $primary;
}
.card {
--primary-color: #334455;
}
{
"sass": {
"compiler": "dart-sass/1.32.12",
"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