simplify color data

This commit is contained in:
Jonny Gerig Meyer 2023-02-25 10:33:42 -07:00
parent 3aead3d45e
commit 0938878a72
No known key found for this signature in database
GPG Key ID: FB602F738A872F7F
2 changed files with 14 additions and 14 deletions

View File

@ -7,8 +7,8 @@ title: Color & Theming
<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-background--{{ swatch.name }}">&nbsp;</p>
<code>$sl-color--{{ swatch.name }}</code>
<p class="sl-background--{{ swatch }}">&nbsp;</p>
<code>$sl-color--{{ swatch }}</code>
</li>
{% endfor %}
</ul>

View File

@ -13,18 +13,18 @@ navigation: |
</nav>
colors:
- name: hopbush
- name: bouquet
- name: venus
- name: patina
- name: nebula
- name: white
- name: dawn-pink
- name: wafer
- name: iron
- name: regent-grey
- name: pale-sky
- name: midnight-blue
- hopbush
- bouquet
- venus
- patina
- nebula
- white
- dawn-pink
- wafer
- iron
- regent-grey
- pale-sky
- midnight-blue
font_families:
- style: text
value: sans-serif