File tree Expand file tree Collapse file tree 6 files changed +15
-28
lines changed Expand file tree Collapse file tree 6 files changed +15
-28
lines changed Original file line number Diff line number Diff line change 12
12
@import ' base-placeholders/h5' ;
13
13
@import ' base-placeholders/h6' ;
14
14
@import ' base-placeholders/hr' ;
15
- @import ' base-placeholders/html' ;
16
15
@import ' base-placeholders/img' ;
17
16
@import ' base-placeholders/margins' ;
18
17
@import ' base-placeholders/ol' ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
/// @access public
3
3
4
4
%strong {
5
- font-weight : bold ;
5
+ @include font-weight ( bold ) ;
6
6
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- * {
1
+ html ,
2
+ h1 ,
3
+ h2 ,
4
+ h3 ,
5
+ h4 ,
6
+ h5 ,
7
+ h6 {
2
8
font-size : var (--font-size );
3
9
font-weight : var (--font-weight );
4
10
font-variation-settings : ' wght' var (--font-weight );
7
13
}
8
14
9
15
html {
10
- @extend %html !optional ;
16
+ @include color (default );
17
+ @include font (base);
18
+ font-family : var (--font-family );
19
+ -webkit-font-smoothing : antialiased ;
20
+ -moz-osx-font-smoothing : grayscale ;
21
+ -ms-text-size-adjust : 100% ;
22
+ -webkit-text-size-adjust : 100% ;
11
23
}
12
24
13
25
body {
You can’t perform that action at this time.
0 commit comments