Skip to content

Commit

Permalink
Update _functions.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jan 19, 2023
1 parent 6b94a7d commit f5d19da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helium/gtk-4.0/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

@function gtkmix($c1,$c2,$r) {
$ratio: 1 - calc($r / 100%); // match SCSS mix()
$ratio: 1 - calc($r / 1.0); // match SCSS mix() while being GTK-friendly
@return unquote("mix(#{$c1},#{$c2},#{$ratio})");
}

Expand Down

0 comments on commit f5d19da

Please sign in to comment.