Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marcanuy/simpleit-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Canina <me@marcanuy.com>2020-05-14 16:23:14 +0300
committerMarcelo Canina <me@marcanuy.com>2020-05-14 16:23:14 +0300
commitda70484c4d9087cf37d260188e8bc237832fcfd6 (patch)
treed688a097f61225f76d1aadb08a001a3ffb29ea89
parent8b0734511fc60a1d389ece78533e6e3e8791194d (diff)
fix #28 disable postcss temporarily
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index dcce24f..608fb02 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -39,7 +39,7 @@
<!-- BS4+Fontawesome5 free+Custom Styles -->
{{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") }}
{{ $style := resources.Get "sass/main.scss" | toCSS $options }}
-{{ $sharebuttons := resources.Get "css/sharebuttons.css" | resources.PostCSS (dict "noMap" true) }}
+{{ $sharebuttons := resources.Get "css/sharebuttons.css" }} {{/*| resources.PostCSS (dict "noMap" true) */}}
{{ $allstyle := slice $sharebuttons $style | resources.Concat "css/all.css" | minify | fingerprint }}