diff --git a/packages/design-tokens/src/scss/generated/_typography.scss b/packages/design-tokens/src/scss/generated/_typography.scss index d0d7343..bc10498 100644 --- a/packages/design-tokens/src/scss/generated/_typography.scss +++ b/packages/design-tokens/src/scss/generated/_typography.scss @@ -212,7 +212,7 @@ $handwritten-caption: ( ), ) !default; -$heading-large-large-text: ( +$heading-large-text: ( mobile: ( font-family: "'Ebony', sans-serif", font-size: 1.875rem, @@ -236,7 +236,7 @@ $heading-large-large-text: ( ), ) !default; -$heading-medium-medium-text: ( +$heading-medium-text: ( mobile: ( font-family: "'Ebony', sans-serif", font-size: 1.625rem, @@ -260,7 +260,7 @@ $heading-medium-medium-text: ( ), ) !default; -$heading-small-small-text: ( +$heading-small-text: ( mobile: ( font-family: "'Ebony', sans-serif", font-size: 1.5rem, @@ -284,7 +284,7 @@ $heading-small-small-text: ( ), ) !default; -$heading-xsmall-xsmall-text: ( +$heading-xsmall-text: ( mobile: ( font-family: "'Ebony', sans-serif", font-size: 1.25rem, @@ -376,10 +376,10 @@ $styles: ( display-medium-text: $display-medium-text, display-small-text: $display-small-text, handwritten-caption: $handwritten-caption, - heading-large-large-text: $heading-large-large-text, - heading-medium-medium-text: $heading-medium-medium-text, - heading-small-small-text: $heading-small-small-text, - heading-xsmall-xsmall-text: $heading-xsmall-xsmall-text, + heading-large-text: $heading-large-text, + heading-medium-text: $heading-medium-text, + heading-small-text: $heading-small-text, + heading-xsmall-text: $heading-xsmall-text, link: $link, link-underline: $link-underline, text-bold: $text-bold,