mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
simplify color data
This commit is contained in:
parent
3aead3d45e
commit
0938878a72
@ -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 }}"> </p>
|
||||
<code>$sl-color--{{ swatch.name }}</code>
|
||||
<p class="sl-background--{{ swatch }}"> </p>
|
||||
<code>$sl-color--{{ swatch }}</code>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user