Skip to content

Instantly share code, notes, and snippets.

@metamn
Created May 15, 2015 16:39
Show Gist options
  • Save metamn/dc1b4efc4e71f31abf22 to your computer and use it in GitHub Desktop.
Save metamn/dc1b4efc4e71f31abf22 to your computer and use it in GitHub Desktop.
Colors Styleguide SWIG
<article class="example__colors">
<h3>Colors</h3>
{% for color in colors %}
<div class="item">
<span class="{{ color.name }} placeholder"></span>
<span class="name">{{ color.name }}</span>
</div>
{% endfor %}
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment