+has-layout-zoom ignores $legacy-support-for-ie8 (*hack doesn't effect IE8 anyway)

This commit is contained in:
Eric Meyer 2012-04-27 15:45:30 -06:00
parent c00ae82595
commit 4d3448c673

View File

@ -22,7 +22,7 @@ $default-has-layout-approach: zoom !default;
}
@mixin has-layout-zoom {
@if $legacy-support-for-ie {
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
*zoom: 1;
}
}