diff options
Diffstat (limited to 'src/_declare-vars.scss')
| -rw-r--r-- | src/_declare-vars.scss | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index 4a93dba..a36b17a 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss | |||
| @@ -60,7 +60,7 @@ | |||
| 60 | ), | 60 | ), |
| 61 | --headline: ( | 61 | --headline: ( |
| 62 | --family: ('Garet', fn.dim(--font --standard --family, null)), | 62 | --family: ('Garet', fn.dim(--font --standard --family, null)), |
| 63 | --line-height: 1.2, | 63 | --line-height: 1.3, |
| 64 | --weight: 700, | 64 | --weight: 700, |
| 65 | --feature-settings: '\'ss02\'' 1, | 65 | --feature-settings: '\'ss02\'' 1, |
| 66 | ), | 66 | ), |
| @@ -104,6 +104,19 @@ | |||
| 104 | --heading: ( | 104 | --heading: ( |
| 105 | --margin-top: fn.dim(--size --700, null), | 105 | --margin-top: fn.dim(--size --700, null), |
| 106 | --margin-top-sibling: fn.dim(--size --325, null), | 106 | --margin-top-sibling: fn.dim(--size --325, null), |
| 107 | |||
| 108 | --lg: fn.dim(--font-size --400, null), | ||
| 109 | --md: fn.dim(--font-size --75, null), | ||
| 110 | --sm: fn.dim(--font-size --50, null), | ||
| 111 | |||
| 112 | --display: ( | ||
| 113 | --xxl: fn.dim(--font-size --900, null), | ||
| 114 | --xl: fn.dim(--font-size --600, null), | ||
| 115 | --lg: fn.dim(--font-size --300, null), | ||
| 116 | --md: fn.dim(--font-size --150, null), | ||
| 117 | --sm: fn.dim(--font-size --75, null), | ||
| 118 | --xs: fn.dim(--font-size --50, null), | ||
| 119 | ) | ||
| 107 | ), | 120 | ), |
| 108 | 121 | ||
| 109 | --list: ( | 122 | --list: ( |
