Skip to content

Instantly share code, notes, and snippets.

@piscis
Created March 6, 2014 10:06
Show Gist options
  • Save piscis/9386610 to your computer and use it in GitHub Desktop.
Save piscis/9386610 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.14)
// Compass (v0.12.2)
// ----
@import "compass"
.foobar
+scale(1)
+opacity(0)
.foobar {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment