mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
6cf9166c4a
It's become obvious that these random floating points everywhere are unwieldy. Now they're all in one place with some fairly logical variable names which will help out in design->implementation phase.
8 lines
297 B
SCSS
8 lines
297 B
SCSS
@import "../../../../res/css/_font-sizes.scss";
|
|
@import "../../light/css/_paths.scss";
|
|
@import "../../light/css/_fonts.scss";
|
|
@import "../../light/css/_light.scss";
|
|
@import "../../dark/css/_dark.scss";
|
|
@import "../../light-custom/css/_custom.scss";
|
|
@import "../../../../res/css/_components.scss";
|