Add !important to text transform utility classes

This commit is contained in:
Chris Rebert 2015-10-23 12:26:31 -07:00
parent 7e88a6a998
commit 62aecae328
1 changed files with 3 additions and 3 deletions

View File

@ -70,9 +70,9 @@
// Transformation
.text-lowercase { text-transform: lowercase; }
.text-uppercase { text-transform: uppercase; }
.text-capitalize { text-transform: capitalize; }
.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
// Contextual colors