Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v3.4.13
v3.4.12
v4.0.0-alpha.24
Added
- Support CSS
theme()
functions inside other@custom-media
,@container
, and@supports
rules (#14358) - Export
Config
type fromtailwindcss
for JS config files (#14360) - Add support for
matchVariant
plugins using the@plugin
directive (#14371) - Warn if the
tailwindcss
package 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 default
values (#14359) - Improve IntelliSense completions for
border
utilities (#14370)
v3.4.11
v4.0.0-alpha.23
Added
- Add opacity modifier support to the
theme()
function in plugins (#14348)
v3.4.10
v3.4.9
Fixed
- No longer warns when broad glob patterns are detecting
vendor
folders