mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 02:38:40 +03:00
7678b9c43b
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.
3 lines
95 B
SCSS
3 lines
95 B
SCSS
@import "_fonts.scss";
|
|
@import "_dharma.scss";
|
|
@import "../../../../res/css/_components.scss";
|