From 0b0e07181478f1e0f3706fe301fe1b681b65c3ed Mon Sep 17 00:00:00 2001 From: KCM Date: Wed, 24 Dec 2025 10:03:53 -0600 Subject: [PATCH 1/7] docs: update. --- README.md | 10 +-- docs/combined-queries.md | 146 +++++++++++++++++++++++++-------------- docs/resolution.md | 57 +++++++++++++++ packages/css/README.md | 3 +- 4 files changed, 159 insertions(+), 57 deletions(-) create mode 100644 docs/resolution.md diff --git a/README.md b/README.md index 3f51f87..1cd5392 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ See the [docs/](./docs) directory for deep dives on loaders, type generation, sp ## Workspaces in this repo -| Workspace | NPM Name | What it contains | -| --------------------- | -------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `packages/css` | [`@knighted/css`](https://www.npmjs.com/package/@knighted/css) | The production library: graph walker, compilation pipeline, loader helpers, CLI, and docs. Published to npm and meant for real builds. | -| `packages/playwright` | `@knighted/css-playwright-fixture` | The end-to-end demo + regression suite. Playwright drives Lit + React examples, hash-import workspace scenarios, and SSR checks to ensure the core package keeps working across bundlers. | +| Workspace | NPM Name | What it contains | +| --------------------- | --------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `packages/css` | [`@knighted/css`](./packages/css/README.md) | The production library: graph walker, compilation pipeline, loader helpers, CLI, and docs. Published to npm and meant for real builds. | +| `packages/playwright` | [`@knighted/css-playwright-fixture`](./packages/playwright/README.md) | The end-to-end demo + regression suite. Playwright drives Lit + React examples, hash-import workspace scenarios, and SSR checks to ensure the core package keeps working across bundlers. | Each workspace is a standalone npm project. Run commands from the repo root with `npm run