File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ html {
2+ /* Set automatic RTL direction depending on lang attribute */
3+ @include set-rtl-direction ;
4+
5+ /* Apply border-box across the entire page. */
6+ box-sizing : border-box ;
7+
8+ // HTML resets
9+ font-family : $font-family-primary ;
10+ line-height : $line-height-base ;
11+
12+ // Scroll resets
13+ -webkit-overflow-scrolling : touch ;
14+ scroll-behavior : smooth ;
15+
16+ // Fonts resets
17+ -webkit-font-smoothing : antialiased ;
18+ -moz-osx-font-smoothing : grayscale ;
19+ text-rendering : auto ;
20+ }
21+
22+ body {
23+ font-family : $font-family-primary ;
24+ font-size : $font-size-base ;
25+ font-weight : normal ;
26+ color : $color-text ;
27+ background-color : $color-light ;
28+ }
Original file line number Diff line number Diff line change 55@import " ./fonts" ;
66@import " ./variables-css" ;
77@import " ./normalize" ;
8+ @import " ./body" ;
89@import " ./svg-icons" ;
910@import " ./forms" ;
1011@import " ./links" ;
You can’t perform that action at this time.
0 commit comments