2026-04-30 13:54:49 +02:00
|
|
|
/* Shared cascade order: Compound tokens, Compound Web, shared components, then app overrides. */
|
|
|
|
|
@layer compound-tokens, compound-web, shared-components, app-web;
|
|
|
|
|
|
2025-12-19 11:08:23 +01:00
|
|
|
/* Modules bundled with compound apply compound lastly. In order to catch issue due to css class ordering, we put compound at the end */
|
2026-04-30 13:54:49 +02:00
|
|
|
@import url("@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css") layer(compound-tokens);
|
|
|
|
|
@import url("@vector-im/compound-web/dist/style.css") layer(compound-web);
|