replace deprecated scss

This commit is contained in:
2025-10-30 22:01:23 +00:00
parent 010160ce46
commit b258482ca3
17 changed files with 156 additions and 123 deletions

View File

@@ -1,3 +1,5 @@
@use "text-contrast";
@use "sass:color";
@mixin generate_colour_classes($name, $hex) {
@@ -18,7 +20,7 @@
background-color: $hex;
::selection {
@include text_contrast(color.invert($hex));
@include text-contrast.text_contrast(color.invert($hex));
background: color.invert($hex);
}
}