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 e112e38 commit 28ff9c1Copy full SHA for 28ff9c1
.changeset/polite-rings-taste.md
@@ -0,0 +1,5 @@
1
+---
2
+'@cloudfour/patterns': patch
3
4
+
5
+Remove unnecessary theme prop from container which would conflict with Timber/WordPress prop of same name
src/objects/container/container.twig
@@ -1,4 +1,4 @@
-<div class="o-container{% if class %} {{class}}{% endif %}{% if theme %} t-{{theme}}{% endif %}">
+<div class="o-container{% if class %} {{class}}{% endif %}">
<div class="o-container__content{% if content_class %} {{content_class}}{% endif %}">
{% block content %}{% endblock %}
</div>
0 commit comments