From 485e9b188a4b4b4d3e1ef46611dfef56afe6c754 Mon Sep 17 00:00:00 2001 From: Gaauwe Rombouts Date: Mon, 26 Jan 2026 15:12:49 +0100 Subject: [PATCH] docs: Remove preview indicator for Tailwind CSS Mode (#47651) Removes the preview indicator from the docs, since this is available in stable Release Notes: - N/A --- docs/src/languages/tailwindcss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages/tailwindcss.md b/docs/src/languages/tailwindcss.md index da35e4abaa02930bca5e64f9b7b17d95d08b38eb..4fa2036b21bcea2e09a6bd059c1f399528b373be 100644 --- a/docs/src/languages/tailwindcss.md +++ b/docs/src/languages/tailwindcss.md @@ -39,7 +39,7 @@ If by default the language server isn't enough to make Tailwind work for a given Refer to [the Tailwind CSS language server settings docs](https://github.com/tailwindlabs/tailwindcss-intellisense?tab=readme-ov-file#extension-settings) for more information. -### Using Tailwind CSS Mode in CSS Files (Preview) +### Using Tailwind CSS Mode in CSS Files Zed includes support for the Tailwind CSS language mode, which provides full CSS IntelliSense support even when using Tailwind-specific at-rules like `@apply`, `@layer`, and `@theme`. To use the Tailwind CSS language mode for CSS files, add the following to `languages` section of your `settings.json`: