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.
2 parents 1eb2ac1 + 5165b53 commit b0e768bCopy full SHA for b0e768b
component-library/helpers/component.html
@@ -16,7 +16,6 @@
16
{{- $class := index . 2 | default "p-0" -}}
17
{{- $bgclass := index . 3 | default "" -}}
18
{{- $padding := partial "utilities/GetPadding.html" -}}
19
-{{- with index $component_props "padding" }}{{ $padding = dict "x" . "y" . }}{{ end -}}
20
{{- $component_path := partial "_bookshop/helpers/component_key" $component_name -}}
21
{{- $flat_component_path := partial "_bookshop/helpers/flat_component_key" $component_name -}}
22
0 commit comments