Skip to content

Instantly share code, notes, and snippets.

@ffoodd
Created May 4, 2021 20:46
Show Gist options
  • Save ffoodd/663482b0827c89db119511aa0ea89c6e to your computer and use it in GitHub Desktop.
Save ffoodd/663482b0827c89db119511aa0ea89c6e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$primary: #0d6efd;
@function shade-color($color, $weight) {
@return mix(black, $color, $weight);
}
a {
color: darken($primary, 20%);
}
b {
color: shade-color($primary, 20%);
}
a {
color: #0143a3;
}
b {
color: #0a58ca;
}
{
"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