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,6 +1,6 @@
@charset "UTF-8";
@import "base/generic";
@use "base/generic";
.showInPrintView {
display: none;