Skip to content

Commit 2cc0ab6

Browse files
committed
WIP
1 parent 334bc19 commit 2cc0ab6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/pages/docs/v4-beta.mdx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,6 @@ export function ColorPalette() {
274274
</div>
275275
}
276276

277-
{/*
278-
- Introduction, has a graphic or code sample
279-
- Link to blog post
280-
- Summarize improvements
281-
- Talk about upgrade + link to upgrade section
282-
- Mention breaking changes, link to those
283-
*/}
284277

285278
After a long alpha period, we're pumped to finally promote Tailwind CSS v4.0 to beta!
286279

@@ -290,6 +283,8 @@ This documentation is a work-in-progress and we'll continue to improve it over t
290283

291284
If you run into any snags, [let us know on GitHub](https://github.com/tailwindlabs/tailwindcss/) so we can bullet-proof this thing for the stable release a couple months down the road.
292285

286+
---
287+
293288
## Getting started
294289

295290
### Installing with Vite
@@ -1906,7 +1901,7 @@ For cases where you still need to use the `theme()` function (like in media quer
19061901
@import "tailwindcss";
19071902

19081903
- @media (width >= theme(screens.xl)) {
1909-
- @media (width >= theme(--breakpoint-xl)) {
1904+
+ @media (width >= theme(--breakpoint-xl)) {
19101905
/* ... */
19111906
}
19121907
```

0 commit comments

Comments
 (0)