v4.0.10v4.0.9
Reading changes from the repo…
pointer-none
, pointer-coarse
, pointer-fine
, any-pointer-none
, any-pointer-coarse
, and any-pointer-fine
to enhance user interface responsiveness based on device capabilities. details-content
variant, allowing for better styling of the ::details-content
pseudo element, improving the visual presentation of details elements. col-*
and row-*
utilities, enabling users to directly use grid column and row numbers without additional syntax, simplifying layout creation. outline-hidden
utility behaves consistently with outline-none
in non-forced-colors
mode, providing a more predictable styling experience. @apply
in nested rules, ensuring that utility classes are applied correctly without being swallowed, enhancing the flexibility of CSS styling. !important
on CSS variables, addressing previous warnings in Chrome and ensuring that styles are applied as intended without invalidation. max-w-auto
and max-h-auto
utilities are removed due to invalid CSS syntax, ensuring that users have access to valid utility classes. not-*
variant that incorrectly removed :is(…)
, ensuring that selectors work as expected and improving selector functionality.