From 5d04353d6b2d74b7f9273a4918870785f811e35e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Oct 2016 20:36:31 -0700 Subject: [PATCH] remove the margin there since it's in normalize --- scss/_reboot.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index a24c3d3fae..2020c3ce52 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -312,8 +312,6 @@ input, button, select, textarea { - // Remove all `margin`s so our classes don't have to do it themselves. - margin: 0; // Normalize includes `font: inherit;`, so `font-family`. `font-size`, etc are // properly inherited. However, `line-height` isn't addressed there. Using this // ensures we don't need to unnecessarily redeclare the global font stack.