Skip to content

Commit 09e6af4

Browse files
astrahovMartijnCuppens
authored andcommitted
Group line-height variables (#29466)
1 parent 4e37fc3 commit 09e6af4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scss/_variables.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ $container-padding-x: $grid-gutter-width / 2 !default;
227227
//
228228
// Define common padding and border radius sizes and more.
229229

230-
$line-height-sm: 1.25 !default;
231-
$line-height-lg: 2 !default;
232-
233230
$border-width: 1px !default;
234231
$border-color: $gray-300 !default;
235232

@@ -303,7 +300,10 @@ $font-weight-bold: 700 !default;
303300
$font-weight-bolder: bolder !default;
304301

305302
$font-weight-base: $font-weight-normal !default;
303+
306304
$line-height-base: 1.5 !default;
305+
$line-height-lg: 2 !default;
306+
$line-height-sm: 1.25 !default;
307307

308308
$h1-font-size: $font-size-base * 2.5 !default;
309309
$h2-font-size: $font-size-base * 2 !default;

0 commit comments

Comments
 (0)