mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 12:35:03 +01:00
15 lines
348 B
Plaintext
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"> </p>
|
|
<code>$sl-color--{{ swatch }}</code>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|