diff options
Diffstat (limited to 'src/scopes/_implicit.scss')
-rw-r--r-- | src/scopes/_implicit.scss | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/scopes/_implicit.scss b/src/scopes/_implicit.scss index ba34039..7909943 100644 --- a/src/scopes/_implicit.scss +++ b/src/scopes/_implicit.scss | |||
@@ -31,12 +31,10 @@ | |||
31 | 31 | ||
32 | pre, | 32 | pre, |
33 | code { | 33 | code { |
34 | font-feature-settings: 'calt' 0, 'dlig' 1, 'ss09' 1; | 34 | font-family: props.get(vars.$code--font-family); |
35 | } | 35 | font-size: props.get(vars.$code--font-size); |
36 | 36 | font-feature-settings: props.get(vars.$code--feature-settings); | |
37 | pre, | 37 | line-height: props.get(vars.$code--line-height); |
38 | code { | ||
39 | //@include mx.set-font(--mono, (--size: .93em)); | ||
40 | } | 38 | } |
41 | 39 | ||
42 | pre { | 40 | pre { |
@@ -55,9 +53,11 @@ | |||
55 | h4, | 53 | h4, |
56 | h5, | 54 | h5, |
57 | h6 { | 55 | h6 { |
58 | //@include mx.heading-medium(--md); | 56 | margin-block: props.get(vars.$heading--margin-bs) 0; |
59 | 57 | font-family: props.get(vars.$heading--font-family); | |
60 | margin-block: props.get(vars.$heading--margin-bs) 0; | 58 | font-weight: props.get(vars.$heading--font-weight); |
59 | font-feature-settings: props.get(vars.$heading--feature-settings); | ||
60 | line-height: props.get(vars.$heading--line-height); | ||
61 | 61 | ||
62 | & + & { | 62 | & + & { |
63 | margin-block-start: props.get(vars.$heading--margin-bs-sibling); | 63 | margin-block-start: props.get(vars.$heading--margin-bs-sibling); |
@@ -77,7 +77,7 @@ | |||
77 | } | 77 | } |
78 | 78 | ||
79 | small { | 79 | small { |
80 | font-size: props.get(core.$font-size--75); | 80 | font-size: props.get(vars.$small--font-size); |
81 | } | 81 | } |
82 | 82 | ||
83 | ul, | 83 | ul, |