From 157b64a566e1feff965ce8997575c90d571d9e32 Mon Sep 17 00:00:00 2001 From: Whit Waldo Date: Tue, 19 Jan 2021 11:17:27 -0600 Subject: [PATCH] Added typography examples (#3240) * Added examples for each text transformation helper * Updated typography to reflect the text weights in examples * Added examples to each size helper Co-authored-by: Whit Waldo --- .../helpers/typography-helpers.html | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/documentation/helpers/typography-helpers.html b/docs/documentation/helpers/typography-helpers.html index cc6f647c..91e2d489 100644 --- a/docs/documentation/helpers/typography-helpers.html +++ b/docs/documentation/helpers/typography-helpers.html @@ -71,6 +71,9 @@ breadcrumb: Font-size + + Size + @@ -79,6 +82,7 @@ breadcrumb: {% assign key = '$size-' | append: forloop.index %} is-size-{{ forloop.index }} {{ initial_vars[key].value }} + Example {% endfor %} @@ -316,19 +320,19 @@ breadcrumb: is-capitalized - Transforms the first character of each word to uppercase + Transforms the first character of each word to uppercase is-lowercase - Transforms all characters to lowercase + Transforms all characters to lowercase is-uppercase - Transforms all characters to uppercase + Transforms all characters to uppercase is-italic - Transforms all characters to italic + Transforms all characters to italic @@ -355,23 +359,23 @@ breadcrumb: has-text-weight-light - Transforms text weight to light + Transforms text weight to light has-text-weight-normal - Transforms text weight to normal + Transforms text weight to normal has-text-weight-medium - Transforms text weight to medium + Transforms text weight to medium has-text-weight-semibold - Transforms text weight to semi-bold + Transforms text weight to semi-bold has-text-weight-bold - Transforms text weight to bold + Transforms text weight to bold