From 02195d366bca034c0b4c4235efe3d93be12e185b Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Tue, 17 Feb 2015 10:48:12 -0500 Subject: [PATCH] [Fixes #15825] .initialism class should use mixin [Fixes #15825] .initialism class should use text-uppercase() LESS mixin. --- less/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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