From ca6524c5ae66635651da3beca26972871f774006 Mon Sep 17 00:00:00 2001 From: Robert Rosenberg Date: Thu, 16 Mar 2023 11:47:49 -0700 Subject: [PATCH] Display text weight typography helpers Noticed the text weight was all strong in the docs for each text weight. Instead I think it would be nice for folks to be able to see the difference in text weight. --- .../helpers/typography-helpers.html | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/documentation/helpers/typography-helpers.html b/docs/documentation/helpers/typography-helpers.html index 87a625147..e9d3faf5f 100644 --- a/docs/documentation/helpers/typography-helpers.html +++ b/docs/documentation/helpers/typography-helpers.html @@ -361,26 +361,26 @@ breadcrumb: - - has-text-weight-light - Transforms text weight to light - - - has-text-weight-normal - Transforms text weight to normal - - - has-text-weight-medium - Transforms text weight to medium - - - has-text-weight-semibold - Transforms text weight to semi-bold - - - has-text-weight-bold - Transforms text weight to bold - + + has-text-weight-light + Transforms text weight to light + + + has-text-weight-normal + Transforms text weight to normal + + + has-text-weight-medium + Transforms text weight to medium + + + has-text-weight-semibold + Transforms text weight to semi-bold + + + has-text-weight-bold + Transforms text weight to bold + -- 2.47.3