Skip to content

Commit cc0d0da

Browse files
committed
WIP
1 parent a771e3f commit cc0d0da

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/pages/blog/tailwindcss-v4-beta/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ import card from './card.jpg'
55
export const meta = {
66
title: "Tailwind CSS v4.0 Beta 1",
77
description: `After a long alpha period, we're excited to release the first public beta of Tailwind CSS v4.0.`,
8-
date: '2024-11-21T18:00:00.000Z',
8+
date: '2024-11-21T18:30:00.000Z',
99
authors: [adamwathan],
1010
image: card,
1111
}
1212

1313
{/*excerpt*/}
1414

15-
Last summer at Tailwind Connect [I shared a preview of Oxide](https://www.youtube.com/watch?v=CLkxRnRQtDE&t=2146s) — a new high-performance engine for Tailwind CSS that we've been working on, designed to simplify the developer experience and take advantage of how the web platform has evolved since Tailwind was first released.
15+
About eight months ago we [open-sourced our progress](https://tailwindcss.com/blog/tailwindcss-v4-alpha) 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.
1616

1717
{/*/excerpt*/}
1818

19-
![Tailwind CSS v4.0-alpha](./card.jpg)
19+
![Tailwind CSS v4.0-beta](./card.jpg)
2020

2121
About eight months ago we [open-sourced our progress](https://tailwindcss.com/blog/tailwindcss-v4-alpha) 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.
2222

src/pages/docs/v4-beta.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,8 @@ Use `field-sizing-content` to make the control resize to fit its contents, or `f
959959

960960
### \`color-scheme\` utilities
961961

962+
Ever been annoyed that your app was showing light scrollbars in dark mode? You want these new `color-scheme` utilities.
963+
962964
```html {{example: { p: 'none', hint: 'Scroll the content to see the scrollbar themes' } }}
963965
<div class="grid grid-cols-1 sm:grid-cols-2 [color-scheme:light]">
964966
<div class="p-8 pt-7">
@@ -992,8 +994,7 @@ Use `field-sizing-content` to make the control resize to fit its contents, or `f
992994
</div>
993995
```
994996

995-
996-
Ever been annoyed that your app was showing light scrollbars in dark mode? You want these new `color-scheme` utilities — here are all the new classes:
997+
Here's a full list of all the new APIs:
997998

998999
<div className="not-prose">
9991000
<ClassTable showHeading={false} utilities={{

0 commit comments

Comments
 (0)