aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorKonstantin Kulinicenko <[email protected]>2014-05-24 15:33:15 +0200
committerKonstantin Kulinicenko <[email protected]>2014-05-24 15:33:15 +0200
commit585f4787f7080e738e8172a56901c2f347a54a30 (patch)
treedf89298e02ebd5845d093da7a34cf88e0a4d918e /less
parent676fda9c8f59aa9c05f0579209d8018aceb1ac50 (diff)
downloadbootstrap-585f4787f7080e738e8172a56901c2f347a54a30.tar.xz
bootstrap-585f4787f7080e738e8172a56901c2f347a54a30.zip
text transformation added
Transform text in components with text capitalization classes.
Diffstat (limited to 'less')
-rw-r--r--less/type.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less
index 384cacc8e..d76298e57 100644
--- a/less/type.less
+++ b/less/type.less
@@ -97,6 +97,11 @@ mark,
.text-center { text-align: center; }
.text-justify { text-align: justify; }
+// Transformation
+.text-lowercase { text-transform: lowercase; }
+.text-uppercase { text-transform: uppercase; }
+.text-capitalize { text-transform: capitalize; }
+
// Contextual colors
.text-muted {
color: @text-muted;