Skip to content

Instantly share code, notes, and snippets.

@khamer
Created January 11, 2023 20:33
Show Gist options
  • Save khamer/eadef56ffe5c5d973b0766dbde8b2038 to your computer and use it in GitHub Desktop.
Save khamer/eadef56ffe5c5d973b0766dbde8b2038 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.stuff {
$color: #808080;
color: $color;
color: #{fade-out($color, .5)};
$color2: #80808080;
color: #{fade-out($color2, .25)};
}
.stuff {
color: #808080;
color: rgba(128, 128, 128, 0.5);
color: rgba(128, 128, 128, 0.2519607843);
}
{
"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