Skip to content

Commit

Permalink
Merge pull request #5 from elgiraudou/master
Browse files Browse the repository at this point in the history
Variable name error
  • Loading branch information
tcharlss authored Mar 25, 2022
2 parents d11a7cc + c5f983d commit 07b9615
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 07b9615

Please sign in to comment.