Skip to content

Commit

Permalink
refactor(odyssey)!: renames "title" variables to "heading"
Browse files Browse the repository at this point in the history
  • Loading branch information
edburyenegren-okta committed Jan 28, 2022
1 parent fd650fd commit 622d4ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/odyssey/src/scss/abstracts/_tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ $mono-font-family: "Inconsolata", "SFMono-Regular", "Consolas",
$base-font-size: 16px;
$scale-ratio: 1.1487;
$base-line-height: 1.5;
$title-line-height: 1.3;
$heading-line-height: 1.3;
$max-line-length: 32em;
$type-margin: 1.5em;

// Establish Type Scale
$size-title-1: ms(5);
$size-title-2: ms(4);
$size-title-3: ms(3);
$size-title-4: ms(2);
$size-title-5: ms(1);
$size-title-6: ms(0);
$size-heading-1: ms(5);
$size-heading-2: ms(4);
$size-heading-3: ms(3);
$size-heading-4: ms(2);
$size-heading-5: ms(1);
$size-heading-6: ms(0);

$size-body-lede: ms(1);
$size-body-base: ms(0);
Expand Down

0 comments on commit 622d4ec

Please sign in to comment.