mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
---
|
|
title: Color & Theming
|
|
---
|
|
|
|
%h2 Brand Colors
|
|
%ul.sl-l-grid.sl-l-grid--full.sl-l-large-grid--divide-by-3.sl-l-large-grid--gutters
|
|
- for swatch in data.color.colors
|
|
%li.sl-l-grid__column
|
|
%p{class: "sl-background--" + swatch.name}
|
|
|
|
%code= "$sl-color--" + swatch.name
|