stylesheets/foundation/globals.scss in zurb-foundation-3.0.4 vs stylesheets/foundation/globals.scss in zurb-foundation-3.0.5.rc1

- old
+ new

@@ -1,10 +1,8 @@ /* Requires: normalize.css -box-sizing.htc */ - @import "base"; - /* Global Reset & Standards ---------------------- */ * { @include box-sizing(border-box); } html { font-size: 62.5%; } body { background: $white; @include defaultFontFamily; @include font-size(14); line-height: 1; color: $txtColor; position: relative; -webkit-font-smoothing: antialiased; }