Skip to content

Commit f0557e4

Browse files
committed
Add comment
1 parent f0de162 commit f0557e4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scss/_configs.variable.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ $text-sizes: (
143143
"meta-sm": $text-meta-sm
144144
) !default;
145145

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;
146+
$line-height-tight: 1.25 !default; // heading
147+
$line-height-compact: 1.375 !default; // title, meta
148+
$line-height-normal: 1.5 !default; // text
149+
$line-height-relaxed: 1.625 !default; // content
150150
$line-height-loose: 2 !default;
151151

152152
$line-heights: (

0 commit comments

Comments
 (0)