aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_includes/css')
-rw-r--r--docs/_includes/css/type.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html
index 65001198d..124e4f087 100644
--- a/docs/_includes/css/type.html
+++ b/docs/_includes/css/type.html
@@ -204,6 +204,18 @@ You can use the mark tag to <mark>highlight</mark> text.
<p class="text-nowrap">No wrap text.</p>
{% endhighlight %}
+ <h2 id="type-transformation">Transformation classes</h2>
+ <p>Transform text in components with text capitalization classes.</p>
+ <div class="bs-example">
+ <p class="text-lowercase">Lowercase text.</p>
+ <p class="text-uppercase">Uppercase text.</p>
+ <p class="text-capitalize">Capitalize text.</p>
+ </div>
+{% highlight html %}
+<p class="text-lowercase">Lowercase text.</p>
+<p class="text-uppercase">Uppercase text.</p>
+<p class="text-capitalize">Capitalize text.</p>
+{% endhighlight %}
<!-- Abbreviations -->
<h2 id="type-abbreviations">Abbreviations</h2>