Skip to content

Commit 64f6c33

Browse files
committed
Removed unused line height variables created for experimenting
1 parent 6270c77 commit 64f6c33

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

app/assets/stylesheets/partials/_variables.scss

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ $fs-xxlarge: 3.2rem;
1414
$fs-xxxlarge: 4.2rem; // unused by default
1515
$fs-xxxxlarge: 5.2rem;
1616

17-
$fw-normal: 400;
17+
$fw-normal: 400;
1818
$fw-semibold: 600;
19-
$fw-bold: 700;
19+
$fw-bold: 700;
2020

21-
$lh-xtight: .92;
22-
$lh-tight: 1.1;
21+
$lh-xtight: 0.92;
2322
$lh-base: 1.2;
24-
$lh-loose: 1.35;
25-
$lh-xloose: 1.5;
26-
$lh-xxloose: 1.6;

0 commit comments

Comments
 (0)