fix: updated sass to use @use instead of @import

This commit is contained in:
2025-07-16 11:44:05 +02:00
parent a83befd5b2
commit 02e4c01bd0
24 changed files with 45 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
@charset "UTF-8";
@import "variables";
@import "mixins";
@import "base";
@use "variables";
@use "mixins";
@use "base";