diff options
| author | Mark Otto <[email protected]> | 2016-10-02 20:36:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-02 20:36:49 -0700 |
| commit | 44b49d1dd8ef0250930d24c4b304bbccad8276c5 (patch) | |
| tree | 64dcf90213a76beef2bd333b44f20165ea32d70c | |
| parent | 5d04353d6b2d74b7f9273a4918870785f811e35e (diff) | |
| download | bootstrap-44b49d1dd8ef0250930d24c4b304bbccad8276c5.tar.xz bootstrap-44b49d1dd8ef0250930d24c4b304bbccad8276c5.zip | |
update comment
| -rw-r--r-- | scss/_reboot.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 2020c3ce5..1fcdfa341 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; } |
