Skip to content

Commit 579dcb3

Browse files
committed
Compliance fixes for gtk-3.20, gtk-4.0, and gnome-shell
This commit fixes all immediate errors that would cause `dart-sass` to error out.
1 parent a9794ff commit 579dcb3

27 files changed

+105582
-20038
lines changed

gnome-shell/_drawing.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
// $tc is the text color
8080
// $bg is the background color
8181
//
82-
$_lbg: lightness($bg)/100%;
82+
$_lbg: calc(lightness($bg) / 100%);
8383
@if lightness($tc)<50% { @return transparentize(white,1-$_lbg/($_lbg*1.3)); }
8484
@else { @return transparentize(black,$_lbg*0.8); }
8585
}

0 commit comments

Comments
 (0)