From: Whit Waldo Date: Tue, 19 Jan 2021 17:17:27 +0000 (-0600) Subject: Added typography examples (#3240) X-Git-Tag: 0.9.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=157b64a566e1feff965ce8997575c90d571d9e32;p=thirdparty%2Fbulma.git 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 --- diff --git a/docs/documentation/helpers/typography-helpers.html b/docs/documentation/helpers/typography-helpers.html index cc6f647c6..91e2d489c 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