diff --git a/site/layouts/partials/stylesheet.html b/site/layouts/partials/stylesheet.html
index ee9c7c54c6dde468e42baf353635f02d2f2c5a77..bdd531b8686b8b742b7baccba93126a7237964c0 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" -}}