We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08a576 commit 1a1dc94Copy full SHA for 1a1dc94
docs/layouts/shortcodes/scss-docs.html
@@ -45,6 +45,10 @@
45
{{- $match = replace $match " !default" "" -}}
46
{{- end -}}
47
48
+ {{- if in $name "css-vars" -}}
49
+ {{- $match = replace $match "--#{$prefix}" "--cui-" -}}
50
+ {{- end -}}
51
+
52
{{- $format := (index (complement .Page.AlternativeOutputFormats .Page.OutputFormats) 0).Name -}}
53
54
{{- if eq $format "markdown" -}}
0 commit comments