feat: Replace deprecated sass things

- Global built-in functions
- Color functions
This commit is contained in:
sthag 2025-10-25 08:59:09 +02:00
parent 225c1dd55c
commit b739ddefda
13 changed files with 96 additions and 81 deletions

View file

@ -1,3 +1,4 @@
@use "sass:color";
@use "sass:math";
%expose_after {
@ -36,7 +37,7 @@
.exp_overlay {
@extend %full_parent;
background-color: transparentize($alpha_color, .6);
background-color: color.adjust($alpha_color, $alpha: -0.6);
}
.exp_pop {