mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Merge pull request #13671 from 04818419/text-transformation
text transformation added
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user