diff options
| author | Kevin Kirsche <[email protected]> | 2015-02-17 10:48:12 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-02-17 10:48:12 -0500 |
| commit | 02195d366bca034c0b4c4235efe3d93be12e185b (patch) | |
| tree | 3c051783381fc2ffbf02cbbb6f67948835d51633 | |
| parent | 0d7b85ece7d9aa52890517404f55556525dea61d (diff) | |
| download | bootstrap-02195d366bca034c0b4c4235efe3d93be12e185b.tar.xz bootstrap-02195d366bca034c0b4c4235efe3d93be12e185b.zip | |
[Fixes #15825] .initialism class should use mixin
[Fixes #15825] .initialism class should use text-uppercase() LESS mixin.
| -rw-r--r-- | less/type.less | 2 |
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 |
