style
Inline
Syntax
{% style %} .hero { background: {{ section.settings.bg }}; } {% endstyle %}Example
{% style %}.hero{color:{{ settings.text_color }}}{% endstyle %}Output:
<style>.hero{color:#111827}</style>Inline
{% style %} .hero { background: {{ section.settings.bg }}; } {% endstyle %}{% style %}.hero{color:{{ settings.text_color }}}{% endstyle %}Output:
<style>.hero{color:#111827}</style>