Skip to content

Fix heading ID in the v3.4 news summary #1748

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/blog/tailwindcss-v3-4/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ As always the improvements range from things you've been angry about for years,
- [**New `size-*` utilities**:](#new-size-utilities) Set width and height at the same time, finally.
- [**Balanced headlines with `text-wrap` utilities**:](#balanced-headlines-with-text-wrap-utilities) No more max-width tweaking or responsive line breaks.
- [**Subgrid support**:](#subgrid-support) That grid feature you struggle to understand, finally in Tailwind CSS.
- [**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.
- [**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.
- [**Extended opacity scale**:](#extended-opacity-scale) For those moments when neither 60% or 70% were quite right.
- [**Extended `grid-rows-*` scale**:](#extended-grid-rows-scale) Might as well make it match the column scale.
- [**New `forced-colors` variant**:](#new-forced-colors-variant) Easily fine-tune your site for forced colors mode.
Expand Down Expand Up @@ -431,4 +431,4 @@ In the mean time, dig in to Tailwind CSS v3.4 by updating to the latest version
$ npm install tailwindcss@latest
```

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