fixed @extend for pp, code, and tt. The @extend was extending a non-existant entry.
This commit is contained in:
parent
3a599d4159
commit
7d6062b5eb
|
@ -86,7 +86,7 @@ del, s { text-decoration: line-through; }
|
|||
|
||||
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
|
||||
|
||||
pre, code, tt { @extend .mono-font; }
|
||||
pre, code, tt { @extend .mono; }
|
||||
|
||||
sub, sup { line-height: 0; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue