Commit 049e86f4 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #15826 from kkirsche/patch-19

[Fixes #15825] .initialism class should use mixin
parents fb3610c3 02195d36
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