1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #17979 from janbrasna/patch-3

Fix raw templating in Jekyll SCSS code sample
This commit is contained in:
Steve Ward
2022-05-19 09:06:11 -04:00
committed by GitHub

View File

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