🩹(react) update stylesheet to use modern SASS
Replaced deprecated '@import' with '@use' to align with best practices. Refactored stylesheet to behave as a partial, enhancing SASS compilation efficiency.
This commit is contained in:
committed by
aleb_the_flash
parent
41a0b6f636
commit
430f893645
@@ -1,4 +1,4 @@
|
||||
@import "@fontsource/material-icons";
|
||||
@use "@fontsource/material-icons";
|
||||
|
||||
.material-icons {
|
||||
font-family: 'Material Icons';
|
||||
|
||||
Reference in New Issue
Block a user