{% comment %} Set the extension of your color files below. Use 'png', 'jpeg', 'jpg' or 'gif'. {% endcomment %} {% assign file_extension = 'png' %} {% if swatch-lip == blank %}

You must include the snippet swatch-lip.liquid with a list of your colors. Use {% raw %}{% include 'swatch-lip' with 'comma-separated list of colors' %}{% endraw %} Example: {% raw %}{% include 'swatch-lip' with 'Ivory, Hot Pink, Navy Blue, Olive' %}{% endraw %}.

{% else %} {% assign all_colors = swatch-lip | split: ',' %}
Color
{% assign values = '' %} {% for c in all_colors %} {% assign color = c | strip %}
{{ color }}
{% endfor %}
{% endif %}