Skip to content

Commit 5c65396

Browse files
committed
Tweak v4.1 blog post description and add video
1 parent 68d4a63 commit 5c65396

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

src/blog/tailwindcss-v4-1/index.mdx

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,29 @@ import { CodeExampleStack } from "@/components/code-example";
1212

1313
export const meta = {
1414
title: "Tailwind CSS v4.1: Text shadows, masks, and tons more",
15-
description: `Hot on the heels of Tailwind CSS v4.0, we're excited to release v4.1 with a bunch of powerful new features including text shadows, mask utilities, improved rendering in older browsers, and tons more.`,
15+
description:
16+
"I wasn't sure it would ever happen but we did it — we released a version of Tailwind CSS that includes text shadow utilities. Tailwind CSS v4.1 is here and it's packed with improvements that will help you (or your LLM, you coward) build even better interactive experiences.",
1617
date: "2025-04-03T20:00:00.000Z",
1718
authors: [adamwathan, danhollick],
1819
image: card,
1920
excerpt: (
2021
<>
21-
Hot on the heels of Tailwind CSS v4.0, we're excited to release v4.1 with a bunch of powerful new features
22-
including text shadows, mask utilities, improved rendering in older browsers, and tons more.
22+
I wasn't sure it would ever happen but we did it — we released a version of Tailwind CSS that includes text shadow
23+
utilities. Tailwind CSS v4.1 is here and it's packed with improvements that will help you (or your LLM, you
24+
coward) build even better interactive experiences.
2325
</>
2426
),
2527
};
2628

27-
<Image src={card} alt="Tailwind CSS v4.1" />
29+
<div className="my-12 overflow-hidden rounded-xl bg-slate-700">
30+
<iframe
31+
className="aspect-video w-full rounded-xl"
32+
src="https://www.youtube.com/embed/HTFHoA12MJk?si=MLnoXcId4wCIdHVZ&amp;controls=0"
33+
frameBorder="0"
34+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
35+
allowFullScreen
36+
></iframe>
37+
</div>
2838

2939
I wasn't sure it would ever happen but we did it — we released a version of Tailwind CSS that includes `text-shadow` utilities.
3040

0 commit comments

Comments
 (0)