Fixes #2903 - Fix CSS imports so body and html styles are included from .scss files. Update body selector to have a font-family

This commit is contained in:
Owen Conti
2017-07-08 11:33:34 -06:00
parent 42efd8a60e
commit 48f11a172a
3 changed files with 24 additions and 22 deletions

View File

@@ -1,21 +1,3 @@
html
{
box-sizing: border-box;
}
*,
*:before,
*:after
{
box-sizing: inherit;
}
body
{
margin: 0;
background: #fafafa;
}
.wrapper
{
width: 100%;