From: Kevin Kirsche Date: Tue, 17 Feb 2015 15:48:12 +0000 (-0500) Subject: [Fixes #15825] .initialism class should use mixin X-Git-Tag: v3.3.4~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02195d366bca034c0b4c4235efe3d93be12e185b;p=thirdparty%2Fbootstrap.git [Fixes #15825] .initialism class should use mixin [Fixes #15825] .initialism class should use text-uppercase() LESS mixin. --- diff --git a/less/type.less b/less/type.less index 3ec976eefc..68ba6017bf 100644 --- a/less/type.less +++ b/less/type.less @@ -238,7 +238,7 @@ abbr[data-original-title] { } .initialism { font-size: 90%; - text-transform: uppercase; + .text-uppercase(); } // Blockquotes