Migrate core SCSS from @import to @use/@forward (#2709)

This commit is contained in:
Paweł Kuna
2026-07-22 23:33:04 +02:00
committed by GitHub
parent 7206717d1b
commit 9820d110f6
142 changed files with 863 additions and 586 deletions
+2
View File
@@ -1,5 +1,7 @@
// stylelint-disable declaration-no-important
@use '../config' as *;
.hover-shadow-sm:hover {
box-shadow: $box-shadow-sm !important;
}