element-web/res/themes/light/css/light.scss
J. Ryan Stinnett 7678b9c43b 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.
2019-01-17 21:50:45 -06:00

3 lines
93 B
SCSS

@import "_fonts.scss";
@import "_base.scss";
@import "../../../../res/css/_components.scss";