fix issue 5050 prevent apply .tag styles inside code blocks

stable
Juanfran 2017-03-24 12:51:14 +01:00
parent eb7c106e8a
commit 5c1e42c894
1 changed files with 2 additions and 1 deletions

View File

@ -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;