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

[Fixes #15825] .initialism class should use mixin

[Fixes #15825] .initialism class should use text-uppercase() LESS mixin.
parent 0d7b85ec
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples,!15826[Fixes #15825] .initialism class should use mixin
Showing with 1 addition and 1 deletion
+1 -1
......@@ -238,7 +238,7 @@ abbr[data-original-title] {
}
.initialism {
font-size: 90%;
text-transform: uppercase;
.text-uppercase();
}
// Blockquotes
......
Supports Markdown
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