You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/blog/tailwindcss-v3-4/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ As always the improvements range from things you've been angry about for years,
29
29
-[**New `size-*` utilities**:](#new-size-utilities) Set width and height at the same time, finally.
30
30
-[**Balanced headlines with `text-wrap` utilities**:](#balanced-headlines-with-text-wrap-utilities) No more max-width tweaking or responsive line breaks.
31
31
-[**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.
33
33
-[**Extended opacity scale**:](#extended-opacity-scale) For those moments when neither 60% or 70% were quite right.
34
34
-[**Extended `grid-rows-*` scale**:](#extended-grid-rows-scale) Might as well make it match the column scale.
35
35
-[**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
431
431
$ npm install tailwindcss@latest
432
432
```
433
433
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