From 21a0b2b9956e46486860ce9db4be31cb898be70e Mon Sep 17 00:00:00 2001 From: Preda Mihai Date: Wed, 13 Aug 2025 01:31:50 +0300 Subject: [PATCH] fix(docs): tailwind component example --- apps/docs/components/tailwind.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/docs/components/tailwind.mdx b/apps/docs/components/tailwind.mdx index 3bc14cd153..071a6f5e5f 100644 --- a/apps/docs/components/tailwind.mdx +++ b/apps/docs/components/tailwind.mdx @@ -47,7 +47,8 @@ pnpm add @react-email/tailwind -E Add the component around your email body content. ```jsx -import { Tailwind, Button } from "@react-email/components"; +import { Button } from "@react-email/components"; +import { pixelBasedPreset, Tailwind } from "@react-email/tailwind"; const Email = () => { return (