sass-site/source/styleguide/color.liquid

15 lines
349 B
Plaintext
Raw Normal View History

2023-02-24 18:52:18 +01:00
---
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>
2023-02-25 18:33:42 +01:00
<code>$sl-color--{{ swatch }}</code>
2023-02-24 18:52:18 +01:00
</li>
{% endfor %}
</ul>