Body: Add missing deps -> _body.scss

This commit is contained in:
2018-05-05 21:14:55 +10:00
parent 3b1d56a34b
commit 8aff34e2c6
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
* Body
* Styles and changes for the body HTML element.
*
* Dependencies:
* styles/settings/typography.scss
*
* Version:
* 1.0.0 - 2018/05/03
*/
@ -9,7 +12,7 @@ body {
margin: 0;
padding: 0;
min-height: 100vh;
font-family: $s-font--stack-default;
font-size: $s-font--size--base;
}

View File

@ -39,10 +39,10 @@
//Elements
@import './elements/all.scss';
@import './elements/body.scss';
@import './elements/html.scss';
@import './elements/_a.scss';
@import './elements/_body.scss';
@import './elements/_headings.scss';
//Objects