Created
January 31, 2014 03:31
-
-
Save iamtyce/8726203 to your computer and use it in GitHub Desktop.
Revisions
-
iamtyce created this gist
Jan 31, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ // Rotate (IE) // Usage: @include rotate-ie(1) // 1 = 90 degrees // 2 = 180 degrees // 3 = 270 degrees // 4 = 360 degrees @mixin rotate-ie($value: 0) { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$value}); }