fix issue 5050 prevent apply .tag styles inside code blocks
parent
eb7c106e8a
commit
5c1e42c894
|
@ -1,4 +1,5 @@
|
||||||
.tag {
|
// this :not(code) prevent to override prismjs (wysiwyg) styles
|
||||||
|
:not(code) > .tag {
|
||||||
@include font-type(light);
|
@include font-type(light);
|
||||||
@include font-size(small);
|
@include font-size(small);
|
||||||
background: $mass-white;
|
background: $mass-white;
|
||||||
|
|
Loading…
Reference in New Issue