File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- @import " ./reset" ;
2
- @import " ./global" ;
1
+ @use " ./reset" ;
2
+ @use " ./global" as * ;
3
3
4
4
/* *
5
5
* Global styles/variables
Original file line number Diff line number Diff line change 1
- @import " ../global" ;
1
+ @use " ../global" as * ;
2
2
3
3
$sections-padding-y : 1rem ;
4
4
$sections-padding-x : 1.3rem ;
Original file line number Diff line number Diff line change 1
- @import " ../global" ;
1
+ @use " ../global" as * ;
2
2
3
3
$padding-y : 1em ;
4
4
$padding-x : 1.4em ;
Original file line number Diff line number Diff line change 1
- @import " ./core/base" ;
2
- @import " ./abstracts/light-color-scheme" ;
3
- @import " ./abstracts/dark-color-scheme" ;
4
- @import " ./core/components/consent-modal" ;
5
- @import " ./core/components/preferences-modal" ;
1
+ @use " ./core/base" ;
2
+ @use " ./abstracts/light-color-scheme" ;
3
+ @use " ./abstracts/dark-color-scheme" ;
4
+ @use " ./core/components/consent-modal" ;
5
+ @use " ./core/components/preferences-modal" ;
You can’t perform that action at this time.
0 commit comments