Skip to content

Instantly share code, notes, and snippets.

@swissmanu
Created June 27, 2014 09:46
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 swissmanu/e04a83988bcc77924076 to your computer and use it in GitHub Desktop.
Save swissmanu/e04a83988bcc77924076 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
div {
$myColor: red;
color: transparentize($myColor, 0.5);
}
div {
color: rgba(255, 0, 0, 0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment