Format base.css

The formatter wants the layered import of the Compound design tokens on
one line; "de-globalise styles" left it wrapped.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Timo K.
2026-09-08 15:38:59 +02:00
co-authored by Claude Fable 5.1
parent 7137e6ec14
commit f0359259f9
+1 -2
View File
@@ -33,8 +33,7 @@ the app and for the component build. */
@import url("@fontsource/inconsolata/700.css"); @import url("@fontsource/inconsolata/700.css");
@import url("normalize.css/normalize.css") layer(normalize); @import url("normalize.css/normalize.css") layer(normalize);
@import url("@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css") @import url("@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css") layer(compound);
layer(compound);
@import url("@vector-im/compound-web/dist/style.css") layer(compound.components); @import url("@vector-im/compound-web/dist/style.css") layer(compound.components);
:root { :root {