* Tweak CSS bundling to dedupe more styles Previously all of compound-web & compound-design-tokens were duplicated amongst all the themes rather than just being in `bundle.css`. * Fix highlight.js & github-markdown-css dark/light * Fix highlight.js & github-markdown-css dark/light * Iterate
14 lines
635 B
Plaintext
14 lines
635 B
Plaintext
/*
|
|
Copyright 2026 Element Creations Ltd.
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
|
Please see LICENSE files in the repository root for full details.
|
|
*/
|
|
|
|
@layer compound-tokens, compound-web, shared-components, app-web;
|
|
|
|
@import url("maplibre-gl/dist/maplibre-gl.css") layer(app-web);
|
|
@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);
|
|
@import url("@element-hq/web-shared-components/dist/element-web-shared-components.css") layer(shared-components);
|