]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove zoom:1 4897/head
authorTushar Singh <tusharsingh@gmx.com>
Sat, 5 Apr 2014 10:00:33 +0000 (15:30 +0530)
committerTushar Singh <tusharsingh@gmx.com>
Sat, 5 Apr 2014 10:00:33 +0000 (15:30 +0530)
It's not required for IE8 and above

scss/foundation/components/_global.scss

index f8f769755ca08733060f189cd05d4128dc66cbbe..0970f68aea4e8e2d771e2241cdbd5219d97073d6 100644 (file)
@@ -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; }
 }