Skip to content

Instantly share code, notes, and snippets.

@maddesigns
Created April 14, 2014 12:58
Show Gist options
  • Save maddesigns/10645524 to your computer and use it in GitHub Desktop.
Save maddesigns/10645524 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
.test {
background-color: hsla(347, 100%, 42%, 0.6);
}
.test2 {
background-color: #e2ecf0; // Fallback
background-color: #{"hsla(190, 30%, 94%, 1)"};
}
.test {
background-color: rgba(214, 0, 46, 0.6); }
.test2 {
background-color: #e2ecf0;
background-color: hsla(190, 30%, 94%, 1); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment