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. --- less/type.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'less') 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; -- cgit v1.2.3