--- layout: default title: Buttons --- {% assign states = 'secondary dropdown-toggle,secondary,primary,danger' | split: ',' %} {% assign states-outlined = 'primary,danger,success' | split: ',' %}
{% for state in states %} {% endfor %}
{% for state in states %} {% endfor %}
{% for state in states-outlined %} {% endfor %}
{% for state in states-outlined %} {% endfor %}