sass-site/source/styleguide/03_color.html.haml
2013-10-09 06:30:53 -04:00

23 lines
447 B
Plaintext

---
title: Color & Theming
---
%h2 Brand Colors
%ul.swatches
- for swatch in data.color.colors
%li{class: "swatch-" + swatch.name}
%pre
%code
= "$" + swatch.name
%br/
= "#" + swatch.hex
%h2 Usage
- for swatch in data.color.semantic_colors
%dl.guide-description-list.swatches
%dt
%code= "$color-" + swatch.name
%dd{class: "swatch-color-" + swatch.name}
%code= swatch.value