add a style guide section, add existing colors

This commit is contained in:
Joshua Seigler 2016-07-23 01:36:03 -04:00
parent 5207aedf80
commit beb38babd9
11 changed files with 180 additions and 5 deletions

19
_sass/_styleguide.scss Normal file
View file

@ -0,0 +1,19 @@
#styleguide {
.component {
&:after { // TODO clearfix mixin
content: '';
display: table;
clear: both;
}
}
.component + .component {
margin-top: 10px;
}
.color__tile {
display: inline-block;
padding: 20px;
text-align: center;
width: 10em;
}
}