diff options
Diffstat (limited to 'layouts/partials/styles.html')
| -rw-r--r-- | layouts/partials/styles.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html index 8283883..714677e 100644 --- a/layouts/partials/styles.html +++ b/layouts/partials/styles.html @@ -1,5 +1,5 @@ {{- /* Styles */}} -{{- $theme := resources.Get "sass/style.scss" | resources.ToCSS }} +{{- $theme := resources.Get "sass/style.scss" | css.Sass }} {{- /* order is important */}} {{- /* to ass more styles use the following format: slice $theme $style1 $style2 $style3 ... */}} |
