Skip to content

Commit

Permalink
Merge branch 'pull/27'
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Nov 6, 2014
2 parents 3302ec8 + a88fd96 commit 1da3ca4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ strong {
*/

blockquote {
margin: rhythm(1) $indent-amount;
@include output-rhythm(margin, rhythm(1) $indent-amount);
}
}

Expand Down Expand Up @@ -291,7 +291,7 @@ h1 {

p,
pre {
margin: rhythm(1) 0;
@include output-rhythm(margin, rhythm(1) 0);
}
}

Expand Down Expand Up @@ -335,7 +335,7 @@ sub {
menu,
ol,
ul {
margin: rhythm(1) 0;
@include output-rhythm(margin, rhythm(1) 0);
}

@if not $strict-normalize {
Expand Down Expand Up @@ -413,7 +413,7 @@ svg:not(:root) {
*/

figure {
margin: rhythm(1) $indent-amount;
@include output-rhythm(margin, rhythm(1) $indent-amount);
}
}

Expand Down

0 comments on commit 1da3ca4

Please sign in to comment.