Skip to content

Commit

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

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

@function gtkshade($c,$s) {
Expand Down

0 comments on commit c72dee7

Please sign in to comment.