initial commit

This commit is contained in:
Pat Dryburgh
2018-07-30 18:11:43 -07:00
commit c9ddf7a307
28 changed files with 1612 additions and 0 deletions

10
_sass/_variables.scss Normal file
View File

@ -0,0 +1,10 @@
$brand-color: #f2e300;
$text-color: #0b0404;
$muted-text-color: #79785b;
$spacing-unit: 1rem;
$on-bigphone: 375px;
$on-tablet: 768px;
$on-laptop: 928px;
$on-desktop: 1024px;