diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 5 |
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; |
