re-order base css

This commit is contained in:
Adam Bradley
2013-08-26 15:46:03 -05:00
parent a3839beae1
commit 8a8dab2598
8 changed files with 156 additions and 134 deletions

View File

@@ -0,0 +1,10 @@
body {
font-size: 14px;
line-height: 1.25;
font-family: $baseFontFamily;
}
main {
background-color: $baseBackgroundColor;
}