mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +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>
9 lines
339 B
Text
9 lines
339 B
Text
@import url("@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css");
|
|
|
|
@import "../../../../res/css/_font-sizes.pcss";
|
|
@import "_paths.pcss";
|
|
@import "_fonts.pcss";
|
|
@import "_light.pcss";
|
|
@import "_mods.pcss";
|
|
@import "../../../../res/css/_components.pcss";
|
|
@import url("highlight.js/styles/atom-one-light.min.css");
|