Skip to content

Commit

Permalink
Use "em" unit in relative-font-size mixin (jekyll#435)
Browse files Browse the repository at this point in the history
Merge pull request 435
  • Loading branch information
ashmaroli authored and jekyllbot committed Jan 16, 2020
1 parent c3960ab commit 44c866f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minima/initialize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $on-large: $on-laptop !default;
}

@mixin relative-font-size($ratio) {
font-size: $base-font-size * $ratio;
font-size: #{$ratio}em;
}

// Import pre-styling-overrides hook and style-partials.
Expand Down

0 comments on commit 44c866f

Please sign in to comment.