sass-site/source/styleguide/color.liquid
2023-02-25 10:33:42 -07:00

15 lines
342 B
Plaintext

---
title: Color & Theming
---
<h2>Brand Colors</h2>
<ul class="sl-l-grid sl-l-grid--full sl-l-large-grid--divide-by-3 sl-l-large-grid--gutters">
{% for swatch in colors %}
<li class="sl-l-grid__column">
<p class="sl-background--{{ swatch }}">&nbsp;</p>
<code>$sl-color--{{ swatch }}</code>
</li>
{% endfor %}
</ul>