mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-07 12:31:23 -06:00
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:
parent
d083aeb3fd
commit
312f1bceac
@ -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
|
// 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 {
|
code {
|
||||||
padding: 0.2em 0.15em;
|
padding: 0.2em 0.15em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -131,3 +133,5 @@ figure.highlight {
|
|||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// {% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user