You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/blog/tailwindcss-v4-1/index.mdx
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,29 @@ import { CodeExampleStack } from "@/components/code-example";
12
12
13
13
exportconst meta = {
14
14
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.",
16
17
date: "2025-04-03T20:00:00.000Z",
17
18
authors: [adamwathan, danhollick],
18
19
image: card,
19
20
excerpt: (
20
21
<>
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.
0 commit comments