mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 09:40:23 +00:00
Merge pull request #15826 from kkirsche/patch-19
[Fixes #15825] .initialism class should use mixin
This commit is contained in:
commit
049e86f47e
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