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 |