aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-10 22:56:38 -0700
committerMark Otto <[email protected]>2014-06-10 22:56:38 -0700
commit1d97cbed0fc522304feedead906c3f479370fa06 (patch)
tree050722d0ba0d6d5054eb4bf3188e162c9f0915b7 /less/type.less
parent7bcd78847ffe3c85d024f097e7102667e3c79604 (diff)
parent585f4787f7080e738e8172a56901c2f347a54a30 (diff)
downloadbootstrap-1d97cbed0fc522304feedead906c3f479370fa06.tar.xz
bootstrap-1d97cbed0fc522304feedead906c3f479370fa06.zip
Merge pull request #13671 from 04818419/text-transformation
text transformation added
Diffstat (limited to 'less/type.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 101c81e72..93414474a 100644
--- a/less/type.less
+++ b/less/type.less
@@ -98,6 +98,11 @@ mark,
.text-justify { text-align: justify; }
.text-nowrap { white-space: nowrap; }
+// Transformation
+.text-lowercase { text-transform: lowercase; }
+.text-uppercase { text-transform: uppercase; }
+.text-capitalize { text-transform: capitalize; }
+
// Contextual colors
.text-muted {
color: @text-muted;