mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03: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.
5 lines
165 B
SCSS
5 lines
165 B
SCSS
@import "../../../../res/css/_font-sizes.scss";
|
|
@import "_paths.scss";
|
|
@import "_fonts.scss";
|
|
@import "_light.scss";
|
|
@import "../../../../res/css/_components.scss";
|