Suppress Liquid processing in CSS comments (#686)

Fix #685
- Wrap scss file in comments with `{% raw %}` and `{% endraw %}` tags

Co-authored-by: Matt Wang <matt@matthewwang.me>
This commit is contained in:
Peter Mosses 2022-07-04 21:24:58 +02:00 committed by GitHub
parent d083aeb3fd
commit 312f1bceac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}