We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0de162 commit f0557e4Copy full SHA for f0557e4
1 file changed
scss/_configs.variable.scss
@@ -143,10 +143,10 @@ $text-sizes: (
143
"meta-sm": $text-meta-sm
144
) !default;
145
146
-$line-height-tight: 1.25 !default;
147
-$line-height-compact: 1.375 !default;
148
-$line-height-normal: 1.5 !default;
149
-$line-height-relaxed: 1.625 !default;
+$line-height-tight: 1.25 !default; // heading
+$line-height-compact: 1.375 !default; // title, meta
+$line-height-normal: 1.5 !default; // text
+$line-height-relaxed: 1.625 !default; // content
150
$line-height-loose: 2 !default;
151
152
$line-heights: (
0 commit comments