mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
[Fixes #15825] .initialism class should use mixin
[Fixes #15825] .initialism class should use text-uppercase() LESS mixin.
This commit is contained in:
parent
0d7b85ece7
commit
02195d366b
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ abbr[data-original-title] {
|
|||
}
|
||||
.initialism {
|
||||
font-size: 90%;
|
||||
text-transform: uppercase;
|
||||
.text-uppercase();
|
||||
}
|
||||
|
||||
// Blockquotes
|
||||
|
|
|
|||
Loading…
Reference in a new issue