v4.0.0-alpha.24
Pre-release
Pre-release
Added
- Support CSS
theme()functions inside other@custom-media,@container, and@supportsrules (#14358) - Export
Configtype fromtailwindcssfor JS config files (#14360) - Add support for
matchVariantplugins using the@plugindirective (#14371) - Warn if the
tailwindcsspackage is used as a PostCSS plugin (#14378)
Fixed
- Ensure there is always CLI feedback on save even when no new classes were found (#14351)
- Properly resolve
theme('someKey.DEFAULT')when all--some-key-*keys have a suffix (#14354) - Make sure tuple theme values in JS configs take precedence over
@theme defaultvalues (#14359) - Improve IntelliSense completions for
borderutilities (#14370)