migrated sass build process to jekyll

This commit is contained in:
scotty
2016-02-24 16:59:38 -08:00
parent e019d7881a
commit 4f2d80a1ea
11 changed files with 1128 additions and 1137 deletions
+24
View File
@@ -0,0 +1,24 @@
$blue: #3371e3
$light-grey: #f7f7f7
$dark-grey: #303030
$medium-grey: #4c4c4c
$base-font: 'Roboto', sans-serif
$mono-font: 'Roboto Mono', monospace
*, .button
box-sizing: border-box
font-family: $base-font
background: none
margin: 0
border: 0
body
font-family: $base-font
h1, h2, h5, p
font-weight: 300
h3, h4
font-weight: 400