File tree Expand file tree Collapse file tree 4 files changed +15
-13
lines changed
Expand file tree Collapse file tree 4 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1- @import " variables" ;
1+ @use " variables" ;
22
33img ,
44svg ,
Original file line number Diff line number Diff line change 1+ @use " variables" ;
2+
13/* Variables */
24
35:root {
Original file line number Diff line number Diff line change 1- @import " ../variables" ;
1+ @use " ../variables" ;
22
33@mixin static {
44 transition : none ;
Original file line number Diff line number Diff line change 66 * A VitePress theme (https://vitepress.dev) & inspired by Duckquill (https://duckquill.daudix.one)
77 */
88
9- @import " common" ;
10- @import " medias" ;
11- @import " typography" ;
12- @import " color" ;
13- @import " variables" ;
9+ @use " common" ;
10+ @use " medias" ;
11+ @use " typography" ;
12+ @use " color" ;
13+ @use " variables" ;
1414
1515/* Components */
1616
17- @import " components/cards" ;
18- @import " components/semantics" ;
19- @import " components/table" ;
20- @import " components/images" ;
21- @import " components/links" ;
22- @import " components/list" ;
17+ @use " components/cards" ;
18+ @use " components/semantics" ;
19+ @use " components/table" ;
20+ @use " components/images" ;
21+ @use " components/links" ;
22+ @use " components/list" ;
2323
2424/* Plugins */
2525
You can’t perform that action at this time.
0 commit comments