+ You can transform the text with the use of one of 3 text transformation helpers: +
+diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index 2e1194e3..adbff975 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -266,5 +266,42 @@ doc-subtab: typography-helpers +
+ You can transform the text with the use of one of 3 text transformation helpers: +
+| + Class + | ++ Transformation + | +
|---|---|
.is-capitalized |
+ Transforms the first character of each word to uppercase
+ |
.is-lowercase |
+ Transforms all characters to lowercase | +
.is-uppercase |
+ Transforms all characters to uppercase | +