Announcing Tailwind CSS v1.9! #2552
adamwathan
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
I've got |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We just released Tailwind CSS v1.9 which adds support for configuration presets, useful new CSS grid utilities, extended border radius, rotate, and skew scales, helpful accessibility improvements, and more!
Read about the release on the Tailwind CSS blog →
Here's an overview of what's included:
New features
presets
config option (#2474)tailwind.config.js
files with availablefuture
flags commented out (#2379)col-span-full
androw-span-full
(#2471)outline
configurable,outline-none
more accessible by default, and addoutline-black
andoutline-white
(#2460)rotate
andskew
values (#2528)xl
,2xl
, and3xl
border radius values (#2529)grid-auto-columns
andgrid-auto-rows
(#2531)defaultLineHeights
andstandardFontWeights
from experimental to futureFixed
word-wrap
instead ofoverflow-wrap
inie11
target mode (#2391)Experimental
2xl
breakpoint (#2468){u}-max-content
and{u}-min-content
utilities to{u}-max
and{u}-min
in experimental extended spacing scale (#2532)Check it out and let us know what you think!
Beta Was this translation helpful? Give feedback.
All reactions