We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3302ec8 + a88fd96 commit 1da3ca4Copy full SHA for 1da3ca4
_normalize.scss
@@ -210,7 +210,7 @@ strong {
210
*/
211
212
blockquote {
213
- margin: rhythm(1) $indent-amount;
+ @include output-rhythm(margin, rhythm(1) $indent-amount);
214
}
215
216
@@ -291,7 +291,7 @@ h1 {
291
292
p,
293
pre {
294
- margin: rhythm(1) 0;
+ @include output-rhythm(margin, rhythm(1) 0);
295
296
297
@@ -335,7 +335,7 @@ sub {
335
menu,
336
ol,
337
ul {
338
339
340
341
@if not $strict-normalize {
@@ -413,7 +413,7 @@ svg:not(:root) {
413
414
415
figure {
416
417
418
419
0 commit comments