From 44b49d1dd8ef0250930d24c4b304bbccad8276c5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Oct 2016 20:36:49 -0700 Subject: [PATCH] update comment --- scss/_reboot.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 2020c3ce52..1fcdfa3411 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -313,8 +313,7 @@ button, select, textarea { // 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. + // properly inherited. However, `line-height` isn't inherited there. line-height: inherit; }