$_base-font-size-px

  • /src/css/core/variable/_deprecated.scss

Default font size

  • If html is font-size: 62.5%, set 10px
  • If you change $_base-font-size-px, you must also change $_base-font-size.

scss

$_base-font-size-px: 16px;

$_half-leading

  • /src/css/core/variable/_deprecated.scss

Between the character and line of line-height

scss

$_half-leading: .4;

$_base-line-height

  • /src/css/core/variable/_deprecated.scss

Default line height rem

scss

$_base-line-height: calc(1rem + var(--_half-leading) * 2rem)

$_margin-coefficient

  • /src/css/core/variable/_deprecated.scss

Margin coefficient

scss

$_margin-coefficient: 1;

$_h1-margin-top

  • /src/css/core/variable/_deprecated.scss

h1 margin top coefficient

scss

$_h1-margin-top: 0;

$_h1-margin-bottom

  • /src/css/core/variable/_deprecated.scss

h1 margin bottom coefficient

scss

$_h1-margin-bottom: 1;

$_h2-margin-top

  • /src/css/core/variable/_deprecated.scss

h2 margin top coefficient

scss

$_h2-margin-top: 2;

$_h2-margin-bottom

  • /src/css/core/variable/_deprecated.scss

h2 margin bottom coefficient

scss

$_h2-margin-bottom: 1;

$_h3-margin-top

  • /src/css/core/variable/_deprecated.scss

h3 margin top coefficient

scss

$_h3-margin-top: 1.5;

$_h3-margin-bottom

  • /src/css/core/variable/_deprecated.scss

h3 margin bottom coefficient

scss

$_h3-margin-bottom: 1;

$_h4-margin-top

  • /src/css/core/variable/_deprecated.scss

h4 margin top coefficient

scss

$_h4-margin-top: 1.25;

$_h4-margin-bottom

  • /src/css/core/variable/_deprecated.scss

h4 margin bottom coefficient

scss

$_h4-margin-bottom: 1;

$_h5-margin-top

  • /src/css/core/variable/_deprecated.scss

h5 margin top coefficient

scss

$_h5-margin-top: 1;

$_h5-margin-bottom

  • /src/css/core/variable/_deprecated.scss

h5 margin bottom coefficient

scss

$_h5-margin-bottom: .5;

$_h6-margin-top

  • /src/css/core/variable/_deprecated.scss

h6 margin top coefficient

scss

$_h6-margin-top: 1;

$_h6-margin-bottom

  • /src/css/core/variable/_deprecated.scss

h6 margin bottom coefficient

scss

$_h6-margin-bottom: .5;

$_font-family

  • /src/css/core/variable/_deprecated.scss

Default font family

scss

$_font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;