From ff3c2c41d1bb47309379c6a9c1d49e0a74b3ef6c Mon Sep 17 00:00:00 2001 From: Tushar Singh Date: Sat, 5 Apr 2014 15:30:33 +0530 Subject: [PATCH] Remove zoom:1 It's not required for IE8 and above --- scss/foundation/components/_global.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index f8f769755..0970f68ae 100644 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -112,7 +112,6 @@ $base-line-height: 150% !default; // We use this to do clear floats @mixin clearfix { - *zoom:1; &:before, &:after { content: " "; display: table; } &:after { clear: both; } } -- 2.47.2