Skip to content

Commit 539a511

Browse files
authored
Fix heading ID in the v3.4 news summary (#1748)
1 parent 9823b76 commit 539a511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/blog/tailwindcss-v3-4/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ As always the improvements range from things you've been angry about for years,
2929
- [**New `size-*` utilities**:](#new-size-utilities) Set width and height at the same time, finally.
3030
- [**Balanced headlines with `text-wrap` utilities**:](#balanced-headlines-with-text-wrap-utilities) No more max-width tweaking or responsive line breaks.
3131
- [**Subgrid support**:](#subgrid-support) That grid feature you struggle to understand, finally in Tailwind CSS.
32-
- [**Extended min-width, max-width, and min-height scales**:](#xtended-min-width-max-width-and-min-height-scales) Now `min-w-12` is a real class.
32+
- [**Extended min-width, max-width, and min-height scales**:](#extended-min-width-max-width-and-min-height-scales) Now `min-w-12` is a real class.
3333
- [**Extended opacity scale**:](#extended-opacity-scale) For those moments when neither 60% or 70% were quite right.
3434
- [**Extended `grid-rows-*` scale**:](#extended-grid-rows-scale) Might as well make it match the column scale.
3535
- [**New `forced-colors` variant**:](#new-forced-colors-variant) Easily fine-tune your site for forced colors mode.
@@ -431,4 +431,4 @@ In the mean time, dig in to Tailwind CSS v3.4 by updating to the latest version
431431
$ npm install tailwindcss@latest
432432
```
433433

434-
With `:has()` and the new `*` variant, your HTML is about get more out of control than ever.
434+
With `:has()` and the new `*` variant, your HTML is about get more out of control than ever.

0 commit comments

Comments
 (0)