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] { ...@@ -238,7 +238,7 @@ abbr[data-original-title] {
} }
.initialism { .initialism {
font-size: 90%; font-size: 90%;
text-transform: uppercase; .text-uppercase();
} }
// Blockquotes // 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