{% for value in include.values %} {% endfor %} {% for shortcut in include.shortcuts %} {% for direction in include.directions %} {% if direction[0] == 'all' %} {% for value in include.values %} {% endfor %} {% else %} {% for value in include.values %} {% endfor %} {% endif %} {% endfor %} {% for value in include.values %} {% endfor %} {% if include.vertical %} {% for value in include.values %} {% endfor %} {% endif %} {% endfor %}
Property Shortcut Classes ↓
Values →{{ value[1] }}
{{ shortcut[0] }} {{ shortcut[1] }}{{ shortcut[1] }}-{{ value[0] }}
{{ shortcut[0] }}-{{ direction[0] }} {{ shortcut[1] }}{{ direction[1] }}{{ shortcut[1] }}{{ direction[1] }}-{{ value[0] }}
{{ shortcut[0] }}-left and
{{ shortcut[0] }}-right
{{ shortcut[1] }}{{ include.horizontal }}{{ shortcut[1] }}{{ include.horizontal }}-{{ value[0] }}
{{ shortcut[0] }}-top and
{{ shortcut[0] }}-bottom
{{ shortcut[1] }}{{ include.vertical }}{{ shortcut[1] }}{{ include.vertical }}-{{ value[0] }}