chore: migrate sass imports to use (#49)

This commit is contained in:
2025-06-10 18:27:34 +04:00
committed by GitHub
parent d74eec1c47
commit f3cc07e92c
6 changed files with 9 additions and 7 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
@import "variables";
@import "framework";
@import "print";
@use "variables";
@use "framework";
@use "print";