sass-site/source/styleguide/color.liquid
2023-05-16 16:33:08 -04:00

15 lines
361 B
Plaintext

---
title: Color & Theming
---
{{ '## Brand Colors' | markdown }}
<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>