Files
openclaw/ui/src/styles.css
T
Peter Steinberger ca8bd59df5 improve(ui): reduce startup stylesheet size (#125539)
* perf(ui): lazy-load settings workspace styles

Amp-Thread-ID: https://ampcode.com/threads/T-01a01277-59ee-703a-b04d-927a3ba733a1

* fix(ui): keep picker styles route scoped

Amp-Thread-ID: https://ampcode.com/threads/T-01a01277-59ee-703a-b04d-927a3ba733a1

---------

Co-authored-by: Amp <amp@ampcode.com>
2026-08-17 21:32:46 -07:00

15 lines
499 B
CSS

@import "@awesome.me/webawesome/dist/styles/themes/default.css";
@import "./styles/base.css";
@import "./styles/layout.css";
@import "./styles/layout.mobile.css";
@import "./styles/components.css";
@import "./styles/chat/progress-card.css";
@import "./styles/approval-boot.css";
@import "./styles/settings-controls.css";
/* Contract read by stale-chunk-reload.ts to detect a failed entry stylesheet load.
* Removing it leaves a fully unstyled page undetected. */
:root {
--openclaw-css-ok: 1;
}