File tree Expand file tree Collapse file tree 8 files changed +24
-0
lines changed
legacy-core/theming/prebuilt Expand file tree Collapse file tree 8 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 3
3
@use ' ../palette' ;
4
4
@use ' ../theming' ;
5
5
@use ' ../../typography/all-typography' ;
6
+ @use ' ../../typography/typography' ;
6
7
7
8
// Include non-theme styles for core.
8
9
@include core .core ();
@@ -22,3 +23,5 @@ $theme: theming.define-light-theme((
22
23
23
24
// Include all theme styles for the components.
24
25
@include all-theme .all-component-themes ($theme );
26
+
27
+ @include typography .typography-hierarchy ($theme );
Original file line number Diff line number Diff line change 3
3
@use ' ../palette' ;
4
4
@use ' ../theming' ;
5
5
@use ' ../../typography/all-typography' ;
6
+ @use ' ../../typography/typography' ;
6
7
7
8
8
9
// Include non-theme styles for core.
@@ -23,3 +24,5 @@ $theme: theming.define-light-theme((
23
24
24
25
// Include all theme styles for the components.
25
26
@include all-theme .all-component-themes ($theme );
27
+
28
+ @include typography .typography-hierarchy ($theme );
Original file line number Diff line number Diff line change 3
3
@use ' ../palette' ;
4
4
@use ' ../theming' ;
5
5
@use ' ../../typography/all-typography' ;
6
+ @use ' ../../typography/typography' ;
6
7
7
8
8
9
// Include non-theme styles for core.
@@ -23,3 +24,5 @@ $theme: theming.define-dark-theme((
23
24
24
25
// Include all theme styles for the components.
25
26
@include all-theme .all-component-themes ($theme );
27
+
28
+ @include typography .typography-hierarchy ($theme );
Original file line number Diff line number Diff line change 3
3
@use ' ../palette' ;
4
4
@use ' ../theming' ;
5
5
@use ' ../../typography/all-typography' ;
6
+ @use ' ../../typography/typography' ;
6
7
7
8
8
9
// Include non-theme styles for core.
@@ -23,3 +24,5 @@ $theme: theming.define-dark-theme((
23
24
24
25
// Include all theme styles for the components.
25
26
@include all-theme .all-component-themes ($theme );
27
+
28
+ @include typography .typography-hierarchy ($theme );
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/typography' ;
5
6
@use ' ../../../core/typography/all-typography' ;
6
7
7
8
@@ -23,3 +24,5 @@ $theme: theming.define-light-theme((
23
24
24
25
// Include all theme styles for the components.
25
26
@include all-theme .all-legacy-component-themes ($theme );
27
+
28
+ @include typography .typography-hierarchy ($theme );
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/typography' ;
5
6
@use ' ../../../core/typography/all-typography' ;
6
7
7
8
@@ -23,3 +24,5 @@ $theme: theming.define-light-theme((
23
24
24
25
// Include all theme styles for the components.
25
26
@include all-theme .all-legacy-component-themes ($theme );
27
+
28
+ @include typography .typography-hierarchy ($theme );
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/typography' ;
5
6
@use ' ../../../core/typography/all-typography' ;
6
7
7
8
@@ -23,3 +24,5 @@ $theme: theming.define-dark-theme((
23
24
24
25
// Include all theme styles for the components.
25
26
@include all-theme .all-legacy-component-themes ($theme );
27
+
28
+ @include typography .typography-hierarchy ($theme );
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/typography' ;
5
6
@use ' ../../../core/typography/all-typography' ;
6
7
7
8
@@ -23,3 +24,5 @@ $theme: theming.define-dark-theme((
23
24
24
25
// Include all theme styles for the components.
25
26
@include all-theme .all-legacy-component-themes ($theme );
27
+
28
+ @include typography .typography-hierarchy ($theme );
You can’t perform that action at this time.
0 commit comments