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
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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
......
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