Skip to content

Instantly share code, notes, and snippets.

@lucasconstantino
Created February 8, 2016 20:44
Show Gist options
  • Save lucasconstantino/53c421bdf7c0a8b52324 to your computer and use it in GitHub Desktop.
Save lucasconstantino/53c421bdf7c0a8b52324 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
@import "compass";
div {
@include opacity(0.5);
}
div {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment