Skip to content

Commit 183da41

Browse files
committed
Update styles to use '@use' instead of '@import' for better modularity
1 parent 2a68424 commit 183da41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'material.theme.scss';
1+
@use 'material.theme.scss';
22

33
html,
44
body {

0 commit comments

Comments
 (0)