Skip to content

Instantly share code, notes, and snippets.

@crswll
Created August 20, 2014 18:45
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 crswll/1f8031387c5da92446a7 to your computer and use it in GitHub Desktop.
Save crswll/1f8031387c5da92446a7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0)
// ----
$color: rgb(255, 243, 51);
body {
color: rgba($color, .5);
}
body {
color: rgba(255, 243, 51, 0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment