From: Chris Rebert Date: Fri, 23 Oct 2015 19:26:31 +0000 (-0700) Subject: Add !important to text transform utility classes X-Git-Tag: v4.0.0-alpha.2~174^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62aecae328781b1944b7af8a96a55d4d5cc9a930;p=thirdparty%2Fbootstrap.git Add !important to text transform utility classes --- diff --git a/scss/_utilities.scss b/scss/_utilities.scss index d5bd4dfe04..580d0bc546 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -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