Skip to content

Instantly share code, notes, and snippets.

@frontendbeast
Last active August 29, 2015 14:21
Show Gist options
  • Save frontendbeast/ec970981bf554a8a54f0 to your computer and use it in GitHub Desktop.
Save frontendbeast/ec970981bf554a8a54f0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
.o-modal {
background-color: rgba(#000, 0.5);
color: rgba(white, 0.9);
}
// http://sass-lang.com/documentation/Sass/Script/Functions.html#rgba-instance_method
.o-modal {
background-color: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 0.9);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment