[Frontend] WIP Style Guide

Fixes #1233
Added colors page content and display code;
Added conditional hide/show per theme;
This commit is contained in:
Charles Hacskaylo
2017-02-08 15:32:04 -08:00
parent 4740faab6f
commit e268e357b3
6 changed files with 138 additions and 11 deletions

View File

@@ -31,4 +31,7 @@
$colorCode: rgba(black, 0.2);
$colorGlyphExample: #fff;
@import "style-guide-base";
@import "style-guide-base";
div.themed.espresso { display: block; }
span.themed.espresso { display: inline; }