Skip to content

Commit

Permalink
grid system update bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Black Mirror committed Apr 25, 2018
1 parent d672fc1 commit 40be335
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scss/grid-system/grid-system.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import 'helpers';
@import 'containers';
@import 'rows';
@import 'colums';
@import 'columns';

@mixin grid-system($columns: $columns-default, $gutter: $gutter-default, $reboot: true, $font-family: $font-family-base, $font-size: $font-size-base, $line-height: $line-height-base, $font-weight: $font-weight-base) {
@if $reboot {
Expand All @@ -13,10 +13,7 @@
@else {
html,
body {
font-family: $font-family;
font-size: $font-size;
line-height: $line-height;
font-weight: $font-weight;
@include font($font-size $line-height $font-family $font-weight);
}
}

Expand Down

0 comments on commit 40be335

Please sign in to comment.