We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e37fc3 commit 09e6af4Copy full SHA for 09e6af4
scss/_variables.scss
@@ -227,9 +227,6 @@ $container-padding-x: $grid-gutter-width / 2 !default;
227
//
228
// Define common padding and border radius sizes and more.
229
230
-$line-height-sm: 1.25 !default;
231
-$line-height-lg: 2 !default;
232
-
233
$border-width: 1px !default;
234
$border-color: $gray-300 !default;
235
@@ -303,7 +300,10 @@ $font-weight-bold: 700 !default;
303
300
$font-weight-bolder: bolder !default;
304
301
305
302
$font-weight-base: $font-weight-normal !default;
+
306
$line-height-base: 1.5 !default;
+$line-height-lg: 2 !default;
+$line-height-sm: 1.25 !default;
307
308
$h1-font-size: $font-size-base * 2.5 !default;
309
$h2-font-size: $font-size-base * 2 !default;
0 commit comments