/* Shared cascade order: Compound tokens, Compound Web, shared components, then app overrides. */ @layer compound-tokens, compound-web, shared-components, app-web; /* Modules bundled with compound apply compound lastly. In order to catch issue due to css class ordering, we put compound at the end */ @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);