mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
67452f5021
* Update all non-major dependencies * Fix types Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * highlight.js breaking change Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Hold back jest-sonar-reporter Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
7 lines
328 B
Text
7 lines
328 B
Text
@import "../../../../res/css/_font-sizes.pcss";
|
|
@import "../../legacy-light/css/_paths.pcss";
|
|
@import "../../legacy-light/css/_fonts.pcss";
|
|
@import "../../legacy-light/css/_legacy-light.pcss";
|
|
@import "_legacy-dark.pcss";
|
|
@import "../../../../res/css/_components.pcss";
|
|
@import url("highlight.js/styles/atom-one-dark.min.css");
|