Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Created April 22, 2015 16:16
Show Gist options
  • Save iamcarrico/33be571d3a2d5530a19f to your computer and use it in GitHub Desktop.
Save iamcarrico/33be571d3a2d5530a19f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$theColor : gray;
$theFadedColor : lighten($theColor, 5%);
$theTintedColor: tint($theColor, 5%);
.div {
--color: $theColor;
--fadedColor: $theFadedColor;
--theTintedColor: $theTintedColor;
}
.div {
--color: gray;
--fadedColor: #8d8d8d;
--theTintedColor: #868686;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment