File tree Expand file tree Collapse file tree 8 files changed +16
-9
lines changed
legacy-core/theming/prebuilt Expand file tree Collapse file tree 8 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 22@use ' ../../core' ;
33@use ' ../palette' ;
44@use ' ../theming' ;
5-
5+ @use ' ../../typography/all-typography ' ;
66
77// Include non-theme styles for core.
88@include core .core ();
@@ -16,7 +16,7 @@ $theme: theming.define-light-theme((
1616 primary: $primary ,
1717 accent: $accent ,
1818 ),
19- typography: null ,
19+ typography: all-typography . define-typography-config () ,
2020 density: 0 ,
2121));
2222
Original file line number Diff line number Diff line change 22@use ' ../../core' ;
33@use ' ../palette' ;
44@use ' ../theming' ;
5+ @use ' ../../typography/all-typography' ;
56
67
78// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-light-theme((
1617 primary: $primary ,
1718 accent: $accent
1819 ),
19- typography: null ,
20+ typography: all-typography . define-typography-config () ,
2021 density: 0 ,
2122));
2223
Original file line number Diff line number Diff line change 22@use ' ../../core' ;
33@use ' ../palette' ;
44@use ' ../theming' ;
5+ @use ' ../../typography/all-typography' ;
56
67
78// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-dark-theme((
1617 primary: $primary ,
1718 accent: $accent
1819 ),
19- typography: null ,
20+ typography: all-typography . define-typography-config () ,
2021 density: 0 ,
2122));
2223
Original file line number Diff line number Diff line change 22@use ' ../../core' ;
33@use ' ../palette' ;
44@use ' ../theming' ;
5+ @use ' ../../typography/all-typography' ;
56
67
78// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-dark-theme((
1617 primary: $primary ,
1718 accent: $accent
1819 ),
19- typography: null ,
20+ typography: all-typography . define-typography-config () ,
2021 density: 0 ,
2122));
2223
Original file line number Diff line number Diff line change 22@use ' ../../core' ;
33@use ' ../../../core/theming/palette' ;
44@use ' ../../../core/theming/theming' ;
5+ @use ' ../../../core/typography/all-typography' ;
56
67
78// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-light-theme((
1617 primary: $primary ,
1718 accent: $accent ,
1819 ),
19- typography: null ,
20+ typography: all-typography . define-typography-config () ,
2021 density: 0 ,
2122));
2223
Original file line number Diff line number Diff line change 22@use ' ../../core' ;
33@use ' ../../../core/theming/palette' ;
44@use ' ../../../core/theming/theming' ;
5+ @use ' ../../../core/typography/all-typography' ;
56
67
78// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-light-theme((
1617 primary: $primary ,
1718 accent: $accent
1819 ),
19- typography: null ,
20+ typography: all-typography . define-typography-config () ,
2021 density: 0 ,
2122));
2223
Original file line number Diff line number Diff line change 22@use ' ../../core' ;
33@use ' ../../../core/theming/palette' ;
44@use ' ../../../core/theming/theming' ;
5+ @use ' ../../../core/typography/all-typography' ;
56
67
78// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-dark-theme((
1617 primary: $primary ,
1718 accent: $accent
1819 ),
19- typography: null ,
20+ typography: all-typography . define-typography-config () ,
2021 density: 0 ,
2122));
2223
Original file line number Diff line number Diff line change 22@use ' ../../core' ;
33@use ' ../../../core/theming/palette' ;
44@use ' ../../../core/theming/theming' ;
5+ @use ' ../../../core/typography/all-typography' ;
56
67
78// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-dark-theme((
1617 primary: $primary ,
1718 accent: $accent
1819 ),
19- typography: null ,
20+ typography: all-typography . define-typography-config () ,
2021 density: 0 ,
2122));
2223
You can’t perform that action at this time.
0 commit comments