diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 00000000..4ee359ec --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,7 @@ +{ + "languages": { + "CSS": { + "language_servers": ["tailwindcss-intellisense-css", "!vscode-css-language-server", "..."] + } + } +} diff --git a/AGENTS.md b/AGENTS.md index 42099238..93e7f320 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -15,7 +15,7 @@ This is a content-driven website with three types of content: - TypeScript. - Zod (for schemas and validation). - TailwindCSS v4 and `tailwind-merge`. -- `@skeletonlabs/skeleton` v4. +- `@skeletonlabs/skeleton` v5. - Mdsvex for authoring posts and notes. - Content Collections for the content pipeline. - Private package `@maiertech/sveltekit-helpers` for reusable components, Zod schemas and types. @@ -25,7 +25,7 @@ This is a content-driven website with three types of content: - Prefer TailwindCSS in combination with `tailwind-merge` for styling. You can use plain CSS inside Svelte's `