sass-site/source/styleguide/color.liquid
2023-03-03 16:30:46 -06:00

15 lines
348 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-color--{{ swatch }}-background">&nbsp;</p>
<code>$sl-color--{{ swatch }}</code>
</li>
{% endfor %}
</ul>