File tree Expand file tree Collapse file tree 2 files changed +12
-35
lines changed Expand file tree Collapse file tree 2 files changed +12
-35
lines changed Original file line number Diff line number Diff line change 96
96
color : var (--#{$prefix}heading-color );
97
97
}
98
98
99
- h1 {
99
+ h1 ,
100
+ .h1 {
100
101
@extend %heading ;
101
102
@include font-size ($h1-font-size );
102
103
}
103
104
104
- h2 {
105
+ h2 ,
106
+ .h2 {
105
107
@extend %heading ;
106
108
@include font-size ($h2-font-size );
107
109
}
108
110
109
- h3 {
111
+ h3 ,
112
+ .h3 {
110
113
@extend %heading ;
111
114
@include font-size ($h3-font-size );
112
115
}
113
116
114
- h4 {
117
+ h4 ,
118
+ .h4 {
115
119
@extend %heading ;
116
120
@include font-size ($h4-font-size );
117
121
}
118
122
119
- h5 {
123
+ h5 ,
124
+ .h5 {
120
125
@extend %heading ;
121
126
@include font-size ($h5-font-size );
122
127
}
123
128
124
- h6 {
129
+ h6 ,
130
+ .h6 {
125
131
@extend %heading ;
126
132
@include font-size ($h6-font-size );
127
133
}
Original file line number Diff line number Diff line change 3
3
@use " ../mixins/lists" as * ;
4
4
@use " ../vendor/rfs" as * ;
5
5
6
- //
7
- // Headings
8
- //
9
- // mdo-do: remove extend
10
- // .h1 {
11
- // @extend h1;
12
- // }
13
-
14
- // .h2 {
15
- // @extend h2;
16
- // }
17
-
18
- // .h3 {
19
- // @extend h3;
20
- // }
21
-
22
- // .h4 {
23
- // @extend h4;
24
- // }
25
-
26
- // .h5 {
27
- // @extend h5;
28
- // }
29
-
30
- // .h6 {
31
- // @extend h6;
32
- // }
33
-
34
-
35
6
.lead {
36
7
@include font-size ($lead-font-size );
37
8
font-weight : $lead-font-weight ;
You can’t perform that action at this time.
0 commit comments