Skip to content

Instantly share code, notes, and snippets.

@stacyk
Created November 22, 2022 20:41
Show Gist options
  • Save stacyk/ea6bf295e06f45b46e9806f5fc744845 to your computer and use it in GitHub Desktop.
Save stacyk/ea6bf295e06f45b46e9806f5fc744845 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
@use "sass:color";
.foo {
color: color.complement(turquoise);
}
.foo {
color: #e04050;
}
{
"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