Skip to content

Commit

Permalink
Merge pull request #2747 from SUI-Components/fix/primitive-typography
Browse files Browse the repository at this point in the history
fix(components/primitive/typography): default values in scss
  • Loading branch information
andresin87 authored Jul 8, 2024
2 parents 15414a0 + d335f51 commit ffdcd5f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/primitive/typography/src/styles/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ $fz-primitive-typography: (
'xxgiant': 40px,
// extra
'xxxgiant': 48px // extra
);
) !default;

$ff-primitive-typography: (
sans-serif: $ff-sans-serif
);
) !default;

$lh-primitive-typography: (
'xxs': $lh-xxs,
Expand All @@ -34,7 +34,7 @@ $lh-primitive-typography: (
'xxgiant': 56px,
// extra
'xxxgiant': 64px // extra
);
) !default;

$fw-primitive-typography: (
'thin': 100,
Expand All @@ -46,12 +46,12 @@ $fw-primitive-typography: (
'bold': $fw-bold,
'extra-bold': 800,
'black': 900
);
) !default;

$fs-primitive-typography: (
'italic': italic,
'oblique': oblique
);
) !default;

$fst-primitive-typography: (
'ultra-condensed': ultra-condensed,
Expand All @@ -63,13 +63,13 @@ $fst-primitive-typography: (
'expanded': expanded,
'extra-expanded': extra-expanded,
'ultra-expanded': ultra-expanded
);
) !default;

$tdl-primitive-typography: (
'underline': underline,
'overline': overline,
'line-through': line-through
);
) !default;

$ls-primitive-typography: (
'xxs': $ls-xxs,
Expand All @@ -81,4 +81,4 @@ $ls-primitive-typography: (
'xxl': $ls-xxl,
'xxxl': $ls-xxxl,
'giant': $ls-giant
);
) !default;

0 comments on commit ffdcd5f

Please sign in to comment.