aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-02-26 23:49:04 -0800
committerMark Otto <[email protected]>2015-02-26 23:49:04 -0800
commit049e86f47e90b35eeaf97d6b735f2fd3d62c0d1c (patch)
tree96eaed03633f0639908f40a8914986fe4a28cce5
parentfb3610c3af5297045a6724e52ff236dd9bad0a9a (diff)
parent02195d366bca034c0b4c4235efe3d93be12e185b (diff)
downloadbootstrap-049e86f47e90b35eeaf97d6b735f2fd3d62c0d1c.tar.xz
bootstrap-049e86f47e90b35eeaf97d6b735f2fd3d62c0d1c.zip
Merge pull request #15826 from kkirsche/patch-19
[Fixes #15825] .initialism class should use mixin
-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