Fixed selector for icon rotation.

pull/82/head
Macdonald, Zak 9 years ago
parent d2d7586ebe
commit 48083b6438

@ -12,7 +12,7 @@ $z: '';
@if $i == 0 or $i % $wi-rotate-by == 0 {
$Z: #{$wi-css-prefix}-rotate-#{$i};
$z: #{$wi-css-prefix}-rotate-#{$i};
.#{$z} {
@ -40,7 +40,7 @@ $z: '';
@each $fix in $rotations-requiring-ie-fix {
&.#{$fix} {
.#{$fix} {
filter: none;
}

Loading…
Cancel
Save