CHANGELOG
4.0.3
- fix: rename sizing utility of
bg-grid-*
tobg-grid-size-*
because of issues with Tailwind CSS 4.
4.0.2
- fix:
bg-grid-border-*
andbg-radial-size-*
utilities not working.
4.0.1
- fix: class/utility
bg-grid-border-*
was renamed tobg-grid-border-w-*
by mistake.
4.0.0
Breaking Changes
- No longer works with JavaScript. The new CSS files can be imported like how it’s recommended by Tailwind CSS.
- Disabling core plugins is no longer supported in Tailwind CSS 4.
- The
supports-hover
,supports-focus
andsupports-hocus
variants are removed. - The
reset-number-input
andreset-search-input
preflights are imported by default. - The
flattenColorPalette
function is removed. You can import the built-in version fromimport flattenColorPalette from "tailwindcss/lib/util/flattenColorPalette"
. - The
sizeToRem
function is removed.
New Features
- The
not-*
variants are removed in favor of the built-in version; The built-in version is more advanced. - Added new
text-3xs
utility.
Other Changes
extraDefaults
plugin is removed in favor of the built-in Tailwind CSS features.