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 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; |
