diff --git a/assets/scss/custom.scss b/assets/scss/_styles_project.scss similarity index 100% rename from assets/scss/custom.scss rename to assets/scss/_styles_project.scss diff --git a/layouts/partials/hooks/head-end.html b/layouts/partials/hooks/head-end.html index 7bceff45..9ce7e3e5 100644 --- a/layouts/partials/hooks/head-end.html +++ b/layouts/partials/hooks/head-end.html @@ -15,14 +15,3 @@ */}} - -{{ $scss := "scss/custom.scss"}} -{{ if .Site.IsServer }} -{{/* Note the missing postCSS. This makes it snappier to develop in Chrome, but makes it look sub-optimal in other browsers. */}} -{{ $css := resources.Get $scss | toCSS (dict "enableSourceMap" true) }} - -{{ else }} -{{ $css := resources.Get $scss | toCSS (dict "enableSourceMap" false) | postCSS | minify | fingerprint }} - - -{{ end }}