mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Complete removal of Sass call.
This commit is contained in:
parent
b6fae8a403
commit
91ec5998a1
@ -68,7 +68,7 @@ css asset directory we (unless condition below) add to aforementioned slice */}}
|
||||
|
||||
{{/* We then use toCSS to add sourceMap and minify */}}
|
||||
{{ $options := dict "enableSourceMap" true "precision" 6 }}
|
||||
{{ $style = $style | css.Sass $options | resources.Minify }}
|
||||
{{ $style := resources.Get "css/main.css" }}
|
||||
{{/* We fingerprint in production for cache busting purposes */}}
|
||||
{{ if hugo.IsProduction }}
|
||||
{{ $style = $style | resources.Fingerprint }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user