From: XhmikosR Date: Tue, 17 Nov 2020 14:43:36 +0000 (+0200) Subject: docs: use `expanded` Sass output style for development (#32176) X-Git-Tag: v5.0.0-beta1~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f211231b066dc02435e0bc64ce74b537216e8c0;p=thirdparty%2Fbootstrap.git docs: use `expanded` Sass output style for development (#32176) --- diff --git a/site/layouts/partials/stylesheet.html b/site/layouts/partials/stylesheet.html index ee9c7c54c6..bdd531b868 100644 --- a/site/layouts/partials/stylesheet.html +++ b/site/layouts/partials/stylesheet.html @@ -7,7 +7,7 @@ {{- if (ne .Page.Layout "examples") }} {{- $targetDocsCssPath := printf "/docs/%s/assets/css/docs.css" .Site.Params.docs_version -}} -{{- $sassOptions := dict "targetPath" $targetDocsCssPath "precision" 6 -}} +{{- $sassOptions := dict "targetPath" $targetDocsCssPath "outputStyle" "expanded" "precision" 6 -}} {{- $postcssOptions := dict "use" "autoprefixer" "noMap" true -}} {{ if eq hugo.Environment "production" -}}