Commit 36222f6
authored
This commit addresses issue #2781 by migrating from deprecated @import statements to the modern @use directive in color-modes/index.scss.
Changes:
- Replaced all @import statements with @use
- This removes Sass deprecation warnings
- Follows Sass module system best practices
1 parent 096c1e0 commit 36222f6
1 file changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments