Skip to content

Commit

Permalink
replace unicode characters as they cause sass errors and there are si…
Browse files Browse the repository at this point in the history
…mple replacements
  • Loading branch information
Tristan Hill committed Dec 13, 2017
1 parent ba153f4 commit f110554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/sassline-base/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ $max-widths: map-values($maxwidths);
// Check if value exists in scale.
$in-scale: in-modular-scale(scale-0, $fontsize);

// Set the line-height (if it isnt set at 0).
// Set the line-height (if it isn't set at 0).
@if $lineheight != 0 {
line-height: #{$lineheight}rem;
}
Expand Down
2 changes: 1 addition & 1 deletion _sass/sassline-base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $rootsizes: (
) !default;

// Set the optimum line-length for your text (based on typeface).
// Aim for 75100 characters a line when possible, at smaller sizes type size is more important.
// Aim for 75-100 characters a line when possible, at smaller sizes type size is more important.
// ! Make sure to have as many widths as breakpoints above.
// Note: this was 'maxwidths' in previous versions.
$measures: (
Expand Down

0 comments on commit f110554

Please sign in to comment.