aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorKevin Kirsche <[email protected]>2015-02-17 10:48:12 -0500
committerKevin Kirsche <[email protected]>2015-02-17 10:48:12 -0500
commit02195d366bca034c0b4c4235efe3d93be12e185b (patch)
tree3c051783381fc2ffbf02cbbb6f67948835d51633 /less
parent0d7b85ece7d9aa52890517404f55556525dea61d (diff)
downloadbootstrap-02195d366bca034c0b4c4235efe3d93be12e185b.tar.xz
bootstrap-02195d366bca034c0b4c4235efe3d93be12e185b.zip
[Fixes #15825] .initialism class should use mixin
[Fixes #15825] .initialism class should use text-uppercase() LESS mixin.
Diffstat (limited to 'less')
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index 3ec976eef..68ba6017b 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