diff --git a/docs/documentation/helpers/typography-helpers.html b/docs/documentation/helpers/typography-helpers.html index e4beffb7..cef11b7e 100644 --- a/docs/documentation/helpers/typography-helpers.html +++ b/docs/documentation/helpers/typography-helpers.html @@ -333,7 +333,15 @@ breadcrumb: has-text-weight-bold - Transforms text weight to bold + Transforms text weight to + bold + + + + has-text-weight-extrabold + + Transforms text weight to + extrabold diff --git a/sass/helpers/typography.scss b/sass/helpers/typography.scss index e5c29595..410093e8 100644 --- a/sass/helpers/typography.scss +++ b/sass/helpers/typography.scss @@ -149,6 +149,10 @@ $alignments: ( font-weight: iv.$weight-bold !important; } +.#{iv.$helpers-has-prefix}text-weight-extrabold { + font-weight: iv.$weight-extrabold !important; +} + .#{iv.$helpers-prefix}family-primary { font-family: dv.$family-primary !important; }