Skip to content

Instantly share code, notes, and snippets.

@matthew-andrews
Created January 22, 2014 15:55
Show Gist options
  • Save matthew-andrews/8561267 to your computer and use it in GitHub Desktop.
Save matthew-andrews/8561267 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
.test {
color: rgba(blue, 0.5);
background: rgba(#FF00EE, 0.25);
}
.test {
color: rgba(0, 0, 255, 0.5);
background: rgba(255, 0, 238, 0.25);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment