Base Layout work

This commit is contained in:
NGPixel
2016-08-17 23:52:23 -04:00
parent 04426ed6a7
commit 24d0a6b698
36 changed files with 1009 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
$family-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif;