sass-site/source/styleguide/color.liquid

15 lines
361 B
Plaintext
Raw Normal View History

2023-02-24 18:52:18 +01:00
---
title: Color & Theming
---
2023-05-16 22:33:08 +02:00
{{ '## Brand Colors' | markdown }}
2023-02-24 18:52:18 +01:00
<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>
2023-02-25 18:33:42 +01:00
<code>$sl-color--{{ swatch }}</code>
2023-02-24 18:52:18 +01:00
</li>
{% endfor %}
</ul>