File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 color : var (--#{$prefix}heading-color );
9191}
9292
93- h1 {
93+ h1 ,
94+ .h1 {
9495 @extend %heading ;
9596 @include font-size ($h1-font-size );
9697}
9798
98- h2 {
99+ h2 ,
100+ .h2 {
99101 @extend %heading ;
100102 @include font-size ($h2-font-size );
101103}
102104
103- h3 {
105+ h3 ,
106+ .h3 {
104107 @extend %heading ;
105108 @include font-size ($h3-font-size );
106109}
107110
108- h4 {
111+ h4 ,
112+ .h4 {
109113 @extend %heading ;
110114 @include font-size ($h4-font-size );
111115}
112116
113- h5 {
117+ h5 ,
118+ .h5 {
114119 @extend %heading ;
115120 @include font-size ($h5-font-size );
116121}
117122
118- h6 {
123+ h6 ,
124+ .h6 {
119125 @extend %heading ;
120126 @include font-size ($h6-font-size );
121127}
@@ -208,14 +214,16 @@ strong {
208214//
209215// Add the correct font size in all browsers
210216
211- small {
217+ small ,
218+ .small {
212219 @include font-size ($small-font-size );
213220}
214221
215222
216223// Mark
217224
218- mark {
225+ mark ,
226+ .mark {
219227 padding : $mark-padding ;
220228 color : var (--#{$prefix}highlight-color );
221229 background-color : var (--#{$prefix}highlight-bg );
Original file line number Diff line number Diff line change 11//
22// Headings
33//
4- .h1 {
5- @extend h1;
6- }
7-
8- .h2 {
9- @extend h2;
10- }
11-
12- .h3 {
13- @extend h3;
14- }
15-
16- .h4 {
17- @extend h4;
18- }
19-
20- .h5 {
21- @extend h5;
22- }
23-
24- .h6 {
25- @extend h6;
26- }
27-
284
295.lead {
306 @include font-size ($lead-font-size );
4218 }
4319}
4420
45- //
46- // Emphasis
47- //
48- .small {
49- @extend small ;
50- }
51-
52- .mark {
53- @extend mark ;
54- }
55-
5621//
5722// Lists
5823//
You can’t perform that action at this time.
0 commit comments