src/blog/tailwindcss-v4-beta/index.mdx
import { adamwathan } from "@/app/blog/authors"; import card from "./card.jpg"; import { Image } from "@/components/media";
export const meta = {
title: "Tailwind CSS v4.0 Beta 1",
description: After a long alpha period, we're excited to release the first public beta of Tailwind CSS v4.0.,
date: "2024-11-21T18:30:00.000Z",
authors: [adamwathan],
image: card,
excerpt: (
<>
About eight months ago we{" "}
<a href="https://tailwindcss.com/blog/tailwindcss-v4-alpha">open-sourced our progress</a> on Tailwind CSS v4.0.
Hundreds of hours of fixing bugs, soul-crushing backward compatibility work, and troubleshooting Windows CI
failures later, I'm excited to finally tag the first public beta release.
</>
),
};
About eight months ago we open-sourced our progress on Tailwind CSS v4.0. Hundreds of hours of fixing bugs, soul-crushing backward compatibility work, and troubleshooting Windows CI failures later, I'm excited to finally tag the first public beta release.
As I talked about when we published the first alpha, Tailwind CSS v4.0 is an all-new engine built for performance, and designed for the modern web.
@starting-style, popovers, and more.There's so much more to say, but everything you need to get started is in the new beta documentation we published today:
Get started with Tailwind CSS v4.0 Beta 1 →
Start building and help us bullet-proof this thing for the stable release early in the new year.