File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 color : var (--#{$prefix}heading-color );
9797}
9898
99- h1 {
99+ h1 ,
100+ .h1 {
100101 @extend %heading ;
101102 @include font-size ($h1-font-size );
102103}
103104
104- h2 {
105+ h2 ,
106+ .h2 {
105107 @extend %heading ;
106108 @include font-size ($h2-font-size );
107109}
108110
109- h3 {
111+ h3 ,
112+ .h3 {
110113 @extend %heading ;
111114 @include font-size ($h3-font-size );
112115}
113116
114- h4 {
117+ h4 ,
118+ .h4 {
115119 @extend %heading ;
116120 @include font-size ($h4-font-size );
117121}
118122
119- h5 {
123+ h5 ,
124+ .h5 {
120125 @extend %heading ;
121126 @include font-size ($h5-font-size );
122127}
123128
124- h6 {
129+ h6 ,
130+ .h6 {
125131 @extend %heading ;
126132 @include font-size ($h6-font-size );
127133}
Original file line number Diff line number Diff line change 33@use " ../mixins/lists" as * ;
44@use " ../vendor/rfs" as * ;
55
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-
356.lead {
367 @include font-size ($lead-font-size );
378 font-weight : $lead-font-weight ;
You can’t perform that action at this time.
0 commit comments