From ef7c1fd4671502b61c63a0a5a9ddc1abbc0b9f40 Mon Sep 17 00:00:00 2001 From: Vic GUTT Date: Wed, 5 Feb 2025 17:43:58 +0100 Subject: [PATCH] docs: added a note regarding v4 compatibility --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f5d5f96..6a6120b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ The official Tailwind CSS Typography plugin provides a set of `prose` classes yo To see what it looks like in action, check out our [live demo](https://play.tailwindcss.com/uj1vGACRJA?layout=preview) on Tailwind Play. +> [!NOTE] +> The plugin works fine with Tailwind CSS v4.0 as-is. You can still make use of a `tailwind.config.js` file to customize the CSS generated. +> +> We are hoping to do a CSS-only version in the near future once we've tackled all the post-v4 launch bugs. + --- ## Installation