From 585f4787f7080e738e8172a56901c2f347a54a30 Mon Sep 17 00:00:00 2001 From: Konstantin Kulinicenko Date: Sat, 24 May 2014 15:33:15 +0200 Subject: text transformation added Transform text in components with text capitalization classes. --- docs/_includes/css/type.html | 12 ++++++++++++ docs/_includes/nav/css.html | 1 + 2 files changed, 13 insertions(+) (limited to 'docs') diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html index da81d7414..57ee72b92 100644 --- a/docs/_includes/css/type.html +++ b/docs/_includes/css/type.html @@ -203,6 +203,18 @@ You can use the mark tag to highlight text.

Justified text.

{% endhighlight %} +

Transformation classes

+

Transform text in components with text capitalization classes.

+
+

Lowercase text.

+

Uppercase text.

+

Capitalize text.

+
+{% highlight html %} +

Lowercase text.

+

Uppercase text.

+

Capitalize text.

+{% endhighlight %}

Abbreviations

diff --git a/docs/_includes/nav/css.html b/docs/_includes/nav/css.html index 5a8d86368..ac86dffce 100644 --- a/docs/_includes/nav/css.html +++ b/docs/_includes/nav/css.html @@ -33,6 +33,7 @@
  • Body copy
  • Inline text elements
  • Alignment classes
  • +
  • Transformation classes
  • Abbreviations
  • Addresses
  • Blockquotes
  • -- cgit v1.2.3