Commit 02195d36 authored by Kevin Kirsche's avatar Kevin Kirsche

[Fixes #15825] .initialism class should use mixin

[Fixes #15825] .initialism class should use text-uppercase() LESS mixin.
parent 0d7b85ec
......@@ -238,7 +238,7 @@ abbr[data-original-title] {
}
.initialism {
font-size: 90%;
text-transform: uppercase;
.text-uppercase();
}
// Blockquotes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment