Lift font SCSS partials to theme root

This means that themes which include `light/css/_base.scss` (currently Dark and
Status) won't be forced to have Light's font-faces included.  This only really
matters for Status, which uses different fonts throughout.
This commit is contained in:
J. Ryan Stinnett 2019-01-09 14:59:44 -06:00
parent 9a7a8da6c0
commit 7678b9c43b
5 changed files with 3 additions and 7 deletions

View file

@ -1,4 +1,4 @@
@import "../../light/css/_fonts.scss";
@import "../../light/css/_base.scss";
@import "_dark.scss";
@import "../../../../res/css/_components.scss";