Skip to content

Commit

Permalink
test: test new function
Browse files Browse the repository at this point in the history
  • Loading branch information
natalieagus committed May 8, 2024
1 parent c1d508b commit ffc1346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/support/_functions.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@function rem($size, $unit: "") {
$rem-size: $size / $root-font-size;
$rem-size: math.div($size, $root-font-size);

@if $unit == false {
@return #{$rem-size};
Expand Down

0 comments on commit ffc1346

Please sign in to comment.