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 2
2
@use ' ../../core' ;
3
3
@use ' ../palette' ;
4
4
@use ' ../theming' ;
5
-
5
+ @use ' ../../typography/all-typography ' ;
6
6
7
7
// Include non-theme styles for core.
8
8
@include core .core ();
@@ -16,7 +16,7 @@ $theme: theming.define-light-theme((
16
16
primary: $primary ,
17
17
accent: $accent ,
18
18
),
19
- typography: null ,
19
+ typography: all-typography . define-typography-config () ,
20
20
density: 0 ,
21
21
));
22
22
Original file line number Diff line number Diff line change 2
2
@use ' ../../core' ;
3
3
@use ' ../palette' ;
4
4
@use ' ../theming' ;
5
+ @use ' ../../typography/all-typography' ;
5
6
6
7
7
8
// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-light-theme((
16
17
primary: $primary ,
17
18
accent: $accent
18
19
),
19
- typography: null ,
20
+ typography: all-typography . define-typography-config () ,
20
21
density: 0 ,
21
22
));
22
23
Original file line number Diff line number Diff line change 2
2
@use ' ../../core' ;
3
3
@use ' ../palette' ;
4
4
@use ' ../theming' ;
5
+ @use ' ../../typography/all-typography' ;
5
6
6
7
7
8
// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-dark-theme((
16
17
primary: $primary ,
17
18
accent: $accent
18
19
),
19
- typography: null ,
20
+ typography: all-typography . define-typography-config () ,
20
21
density: 0 ,
21
22
));
22
23
Original file line number Diff line number Diff line change 2
2
@use ' ../../core' ;
3
3
@use ' ../palette' ;
4
4
@use ' ../theming' ;
5
+ @use ' ../../typography/all-typography' ;
5
6
6
7
7
8
// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-dark-theme((
16
17
primary: $primary ,
17
18
accent: $accent
18
19
),
19
- typography: null ,
20
+ typography: all-typography . define-typography-config () ,
20
21
density: 0 ,
21
22
));
22
23
Original file line number Diff line number Diff line change 2
2
@use ' ../../core' ;
3
3
@use ' ../../../core/theming/palette' ;
4
4
@use ' ../../../core/theming/theming' ;
5
+ @use ' ../../../core/typography/all-typography' ;
5
6
6
7
7
8
// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-light-theme((
16
17
primary: $primary ,
17
18
accent: $accent ,
18
19
),
19
- typography: null ,
20
+ typography: all-typography . define-typography-config () ,
20
21
density: 0 ,
21
22
));
22
23
Original file line number Diff line number Diff line change 2
2
@use ' ../../core' ;
3
3
@use ' ../../../core/theming/palette' ;
4
4
@use ' ../../../core/theming/theming' ;
5
+ @use ' ../../../core/typography/all-typography' ;
5
6
6
7
7
8
// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-light-theme((
16
17
primary: $primary ,
17
18
accent: $accent
18
19
),
19
- typography: null ,
20
+ typography: all-typography . define-typography-config () ,
20
21
density: 0 ,
21
22
));
22
23
Original file line number Diff line number Diff line change 2
2
@use ' ../../core' ;
3
3
@use ' ../../../core/theming/palette' ;
4
4
@use ' ../../../core/theming/theming' ;
5
+ @use ' ../../../core/typography/all-typography' ;
5
6
6
7
7
8
// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-dark-theme((
16
17
primary: $primary ,
17
18
accent: $accent
18
19
),
19
- typography: null ,
20
+ typography: all-typography . define-typography-config () ,
20
21
density: 0 ,
21
22
));
22
23
Original file line number Diff line number Diff line change 2
2
@use ' ../../core' ;
3
3
@use ' ../../../core/theming/palette' ;
4
4
@use ' ../../../core/theming/theming' ;
5
+ @use ' ../../../core/typography/all-typography' ;
5
6
6
7
7
8
// Include non-theme styles for core.
@@ -16,7 +17,7 @@ $theme: theming.define-dark-theme((
16
17
primary: $primary ,
17
18
accent: $accent
18
19
),
19
- typography: null ,
20
+ typography: all-typography . define-typography-config () ,
20
21
density: 0 ,
21
22
));
22
23
You can’t perform that action at this time.
0 commit comments