Merge pull request #17979 from janbrasna/patch-3
Fix raw templating in Jekyll SCSS code sample
This commit is contained in:
@@ -51,7 +51,7 @@ People with write permissions for a repository can add a theme to a {% data vari
|
||||
---
|
||||
---
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
@import "{% raw %}{{ site.theme }}{% endraw %}";
|
||||
```
|
||||
3. Add any custom CSS or Sass (including imports) you'd like immediately after the `@import` line.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user