Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcode913 <54856929+code913@users.noreply.github.com>2022-01-23 14:06:08 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2022-01-23 14:15:48 +0300
commit94a9fc41a00d4ffbf30a540b4b08934e130b92cf (patch)
tree313cdaba2ec4f8e3aba851f90a34f02ca1a5780b
parent0040e59bc4721f795751a70f7d6a82343ac720bb (diff)
Display the result of using text transformers
-rw-r--r--docs/documentation/helpers/typography-helpers.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/documentation/helpers/typography-helpers.html b/docs/documentation/helpers/typography-helpers.html
index 982892d8..87a62514 100644
--- a/docs/documentation/helpers/typography-helpers.html
+++ b/docs/documentation/helpers/typography-helpers.html
@@ -320,7 +320,7 @@ breadcrumb:
<tbody>
<tr>
<td><code>is-capitalized</code></td>
- <td>Transforms <strong>the first character</strong> of each word to <strong>uppercase</strong></td>
+ <td>Transforms <strong>the first character</strong> of each word to <strong>Uppercase</strong></td>
</tr>
<tr>
<td><code>is-lowercase</code></td>
@@ -328,15 +328,15 @@ breadcrumb:
</tr>
<tr>
<td><code>is-uppercase</code></td>
- <td>Transforms <strong>all characters</strong> to <strong>uppercase</strong></td>
+ <td>Transforms <strong>all characters</strong> to <strong>UPPERCASE</strong></td>
</tr>
<tr>
<td><code>is-italic</code></td>
- <td>Transforms <strong>all characters</strong> to <strong>italic</strong></td>
+ <td>Transforms <strong>all characters</strong> to <strong class="is-italic">italic</strong></td>
</tr>
<tr>
<td>{% include elements/new-tag.html version="0.9.3" %}<code>is-underlined</code></td>
- <td><strong>Underlines</strong> the text</td>
+ <td><strong class="is-underlined">Underlines</strong> the text</td>
</tr>
</tbody>
</table>