Commit 78c18954 authored by Chris Rebert's avatar Chris Rebert

_reboot.scss: fix typo in comment

parent ed319e31
...@@ -243,7 +243,7 @@ textarea { ...@@ -243,7 +243,7 @@ textarea {
margin: 0; margin: 0;
// Normalize includes `font: inherit;`, so `font-family`. `font-size`, etc are // Normalize includes `font: inherit;`, so `font-family`. `font-size`, etc are
// properly inherited. However, `line-height` isn't addressed there. Using this // properly inherited. However, `line-height` isn't addressed there. Using this
// ensures we don't need to unnessarily redeclare the global font stack. // ensures we don't need to unnecessarily redeclare the global font stack.
line-height: inherit; line-height: inherit;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment