{# ========================================================================== #}
{# :: Info #}
{# ========================================================================== #}
{% set info %}

The steps-list displays the different steps the user must go through in the
process. The number of steps can vary.

{% endset %}

{# ========================================================================== #}
{# :: Modifiers #}
{# ========================================================================== #}
{% set modifiers %}

-	c-steps-list__item--even

	Adds a specific background image to the list items that have the main image
	placed on the left side and are even numbered in the enumeration.

-	c-steps-list__item--odd

	Adds a specific background image to the list items that have the main image
	placed on the right side and are odd numbered in the enumeration.

-	c-steps-list__item--last

	Removes the specific background image on the list item that comes last
	in the enumeration of the list.

{% endset %}

{# ========================================================================== #}
{# :: States #}
{# ========================================================================== #}
{# {% set states %}

{% endset %} #}

{# ========================================================================== #}
{# :: JavaScript #}
{# ========================================================================== #}
{# {% set javascript %}

{% endset %} #}
