You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
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.
7 lines
237 B
SCSS
7 lines
237 B
SCSS
@import "../../../../res/css/_font-sizes.scss";
|
|
@import "../../light/css/_paths.scss";
|
|
@import "../../light/css/_fonts.scss";
|
|
@import "../../light/css/_light.scss";
|
|
@import "_custom.scss";
|
|
@import "../../../../res/css/_components.scss";
|