mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 03:23:43 +00:00
Add !important to text transform utility classes
This commit is contained in:
parent
7e88a6a998
commit
62aecae328
1 changed files with 3 additions and 3 deletions
|
|
@ -70,9 +70,9 @@
|
||||||
|
|
||||||
// Transformation
|
// Transformation
|
||||||
|
|
||||||
.text-lowercase { text-transform: lowercase; }
|
.text-lowercase { text-transform: lowercase !important; }
|
||||||
.text-uppercase { text-transform: uppercase; }
|
.text-uppercase { text-transform: uppercase !important; }
|
||||||
.text-capitalize { text-transform: capitalize; }
|
.text-capitalize { text-transform: capitalize !important; }
|
||||||
|
|
||||||
// Contextual colors
|
// Contextual colors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue