Skip to content

Commit 1da3ca4

Browse files
committed
Merge branch 'pull/27'
2 parents 3302ec8 + a88fd96 commit 1da3ca4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_normalize.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ strong {
210210
*/
211211

212212
blockquote {
213-
margin: rhythm(1) $indent-amount;
213+
@include output-rhythm(margin, rhythm(1) $indent-amount);
214214
}
215215
}
216216

@@ -291,7 +291,7 @@ h1 {
291291

292292
p,
293293
pre {
294-
margin: rhythm(1) 0;
294+
@include output-rhythm(margin, rhythm(1) 0);
295295
}
296296
}
297297

@@ -335,7 +335,7 @@ sub {
335335
menu,
336336
ol,
337337
ul {
338-
margin: rhythm(1) 0;
338+
@include output-rhythm(margin, rhythm(1) 0);
339339
}
340340

341341
@if not $strict-normalize {
@@ -413,7 +413,7 @@ svg:not(:root) {
413413
*/
414414

415415
figure {
416-
margin: rhythm(1) $indent-amount;
416+
@include output-rhythm(margin, rhythm(1) $indent-amount);
417417
}
418418
}
419419

0 commit comments

Comments
 (0)