mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-09 00:03:29 -05:00
docs: use expanded Sass output style for development (#32176)
This commit is contained in:
parent
bec6eef971
commit
9f211231b0
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
{{- if (ne .Page.Layout "examples") }}
|
{{- if (ne .Page.Layout "examples") }}
|
||||||
{{- $targetDocsCssPath := printf "/docs/%s/assets/css/docs.css" .Site.Params.docs_version -}}
|
{{- $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 -}}
|
{{- $postcssOptions := dict "use" "autoprefixer" "noMap" true -}}
|
||||||
|
|
||||||
{{ if eq hugo.Environment "production" -}}
|
{{ if eq hugo.Environment "production" -}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user