Skip to content

Instantly share code, notes, and snippets.

@kiwiupover
Created November 7, 2013 23:07
Show Gist options
  • Save kiwiupover/7363432 to your computer and use it in GitHub Desktop.
Save kiwiupover/7363432 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
%h5
This is how it works
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
=background-opacity($color, $opacity)
background-color: $color
background-color: rgba($color, $opacity)
h5
+background-opacity(#555, 0.6)
h5 {
background-color: #555555;
background-color: rgba(85, 85, 85, 0.6);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment