Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Oct 2, 2024
1 parent 0e03ca3 commit 2fa20a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ $_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003

// OUDS mod
@function strip-units($value) {
@return divide($value, $value * 0 + 1)
@return divide($value, $value * 0 + 1);
}

@function px-to-rem($value) {
Expand Down

0 comments on commit 2fa20a5

Please sign in to comment.