Add modularity

This commit is contained in:
Jeremy Thomas
2016-09-23 22:08:03 +01:00
parent 2673f2b0f0
commit a5a33eefe1
15 changed files with 179 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
@charset "utf-8"
@import "minireset"
@import "generic"
@import "helpers"
@import "minireset.sass"
@import "generic.sass"
@import "helpers.sass"

View File

@@ -62,7 +62,7 @@ hr
border: none
display: block
height: 1px
margin: 40px 0
margin: 20px 0
img
max-width: 100%