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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-17 17:43:36 +0300
committerGitHub <noreply@github.com>2020-11-17 17:43:36 +0300
commit9f211231b066dc02435e0bc64ce74b537216e8c0 (patch)
tree5c5b01953b728cdbfec72f2e92f5f3372560e31d /site/layouts
parentbec6eef9718d3f7c5e7c865324753e4cf32a517c (diff)
docs: use `expanded` Sass output style for development (#32176)
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/partials/stylesheet.html2
1 files changed, 1 insertions, 1 deletions
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" -}}