sass-site/old_source/styleguide/color.html.haml

12 lines
293 B
Plaintext
Raw Normal View History

2013-10-09 12:30:53 +02:00
---
title: Color & Theming
---
%h2 Brand Colors
2018-12-29 02:26:36 +01:00
%ul.sl-l-grid.sl-l-grid--full.sl-l-large-grid--divide-by-3.sl-l-large-grid--gutters
2013-10-09 12:30:53 +02:00
- for swatch in data.color.colors
2018-12-29 02:26:36 +01:00
%li.sl-l-grid__column
%p{class: "sl-background--" + swatch.name}  
2013-10-09 12:30:53 +02:00
2018-12-29 02:26:36 +01:00
%code= "$sl-color--" + swatch.name