Skip to content

Commit

Permalink
lol I broke everything with that
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jan 19, 2023
1 parent 3d13c77 commit 2629901
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
@@ -1,6 +1,5 @@
@function gtkalpha($c,$a) {
$ratio: 1 - calc($a / 1.0); // match SCSS alpha() while being GTK-friendly
@return unquote("alpha(#{$c},#{$ratio})");
@return unquote("alpha(#{$c},#{$a})");
}

@function gtkmix($c1,$c2,$r) {
Expand Down

0 comments on commit 2629901

Please sign in to comment.