From be2f9dfadc9787277d3eebf55e901dab3a83bbb1 Mon Sep 17 00:00:00 2001 From: Edward A Date: Sun, 30 Aug 2020 18:37:43 +0200 Subject: [PATCH] remove tags from comment --- src/scss/_reboot.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/_reboot.scss b/src/scss/_reboot.scss index e96b3405..131cbb39 100644 --- a/src/scss/_reboot.scss +++ b/src/scss/_reboot.scss @@ -47,7 +47,7 @@ b, strong { // Remove top margins from headings // -// By default, `

`-`

` all receive top and bottom margins. We nuke the top +// By default, h1-h6 all receive top and bottom margins. We nuke the top // margin for easier control within type scales as it avoids margin collapsing. h1, h2, h3, h4, h5, h6 { margin-top: 0;