Skip to content

Commit

Permalink
Update _functions.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
elgiraudou authored Feb 9, 2022
1 parent d11a7cc commit c5f983d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minitinytypo/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$font-size-fluid: calc(#{$base-font-size} + #{$font-size-factor});
@return $font-size-fluid;
}
@return $font-size-base;
@return $base-font-size;
}

/**
Expand Down Expand Up @@ -79,4 +79,4 @@
}

@return $spacing;
}
}

0 comments on commit c5f983d

Please sign in to comment.