Skip to content

Commit

Permalink
fix(custom font sizes): fix sized not overriding core
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybotha committed Jul 7, 2020
1 parent 7fb9716 commit e061a51
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions scss/custom/variables/_font-sizes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
\*------------------------------------*/
$fs-base: 16px;

$fs-giga: 96px!default;
$fs-mega: 72px!default;
$fs-kilo: 48px!default;
$fs-giga: 96px;
$fs-mega: 72px;
$fs-kilo: 48px;

$fs-h1: 36px!default;
$fs-h2: 30px!default;
$fs-h3: 24px!default;
$fs-h4: 20px!default;
$fs-h5: 16px!default;
$fs-h6: 14px!default;
$fs-h1: 36px;
$fs-h2: 30px;
$fs-h3: 24px;
$fs-h4: 20px;
$fs-h5: 16px;
$fs-h6: 14px;

$fs-milli: 12px!default;
$fs-micro: 10px!default;
$fs-nano: 8px!default;
$fs-milli: 12px;
$fs-micro: 10px;
$fs-nano: 8px;

0 comments on commit e061a51

Please sign in to comment.