Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 613 Bytes

File metadata and controls

20 lines (16 loc) · 613 Bytes
title Living Style Guide
layout page
permalink /style-guide/
A handy collection of all the colors, typography, UI patterns, and components of this website.

Where applicable links to a component's Sass partial and/or Jekyll include are provided, along with short descriptions of typical usage.

{% assign componentsByType = site.style_guide | group_by: "type" %}

{% for type in componentsByType %}

{{ type.name | capitalize }}

{% for component in type.items %} {% include style-guide/component.html %} {% endfor %} {% endfor %}