mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08: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.
4 lines
95 B
SCSS
4 lines
95 B
SCSS
@import "_fonts.scss";
|
|
@import "_dharma.scss";
|
|
@import "../../../../res/css/_components.scss";
|