From f0359259f9694a37a30a84d9cb751f1900bd4f0d Mon Sep 17 00:00:00 2001 From: "Timo K." Date: Tue, 8 Sep 2026 15:38:59 +0200 Subject: [PATCH] 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 --- src/base.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/base.css b/src/base.css index d31622fbf..e566fed29 100644 --- a/src/base.css +++ b/src/base.css @@ -33,8 +33,7 @@ the app and for the component build. */ @import url("@fontsource/inconsolata/700.css"); @import url("normalize.css/normalize.css") layer(normalize); -@import url("@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css") -layer(compound); +@import url("@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css") layer(compound); @import url("@vector-im/compound-web/dist/style.css") layer(compound.components); :root {