diff --git a/_sass/code.scss b/_sass/code.scss index c0ce04d..684a764 100644 --- a/_sass/code.scss +++ b/_sass/code.scss @@ -3,6 +3,8 @@ // // stylelint-disable selector-no-qualifying-type, declaration-block-semicolon-newline-after,declaration-block-single-line-max-declarations, selector-no-type, selector-max-type +// {% raw %} + code { padding: 0.2em 0.15em; font-weight: 400; @@ -131,3 +133,5 @@ figure.highlight { border-top-right-radius: 0; } } + +// {% endraw %}