]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
[Fixes #15825] .initialism class should use mixin 15826/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Tue, 17 Feb 2015 15:48:12 +0000 (10:48 -0500)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Tue, 17 Feb 2015 15:48:12 +0000 (10:48 -0500)
[Fixes #15825] .initialism class should use text-uppercase() LESS mixin.

less/type.less

index 3ec976eefc0926c6c61ba797362d430fdca3bf06..68ba6017bf184d805a39530f0acd5cbb1495e522 100644 (file)
@@ -238,7 +238,7 @@ abbr[data-original-title] {
 }
 .initialism {
   font-size: 90%;
-  text-transform: uppercase;
+  .text-uppercase();
 }
 
 // Blockquotes