tailwindcss
Advanced tools
Changelog
[4.0.0-alpha.24] - 2024-09-11
theme()
functions inside other @custom-media
, @container
, and @supports
rules (#14358)Config
type from tailwindcss
for JS config files (#14360)matchVariant
plugins using the @plugin
directive (#14371)tailwindcss
package is used as a PostCSS plugin (#14378)theme('someKey.DEFAULT')
when all --some-key-*
keys have a suffix (#14354)@theme default
values (#14359)border
utilities (#14370)Changelog
[4.0.0-alpha.22] - 2024-09-04
@plugin
and @config
files (#14317)default
option to @theme
to support overriding default theme values from plugins/JS config files (#14327)<style>
tags in Astro files to the Vite plugin (#14340)@config
files are relative to that file (#14314)theme()
functions are evaluated in media query ranges with collapsed whitespace (#14321)reference
values don't generate stale CSS variables (#14327)--default-font-*
and --default-mono-font-*
variables respect theme customizations in JS config files (#14344)Changelog
[4.0.0-alpha.21] - 2024-09-02
@config
(#14239)@plugin
(#14264)css.transformer
set to lightningcss
(#14269)@tailwindcss/postcss
(#14256)theme()
function when using plugins (#14262)theme()
function (#14262)tailwindcss/defaultTheme
(#14257)build --watch
(#14269)Changelog
[4.0.0-alpha.20] - 2024-08-23
addBase
plugins using the @plugin
directive (#14172)tailwindcss/plugin
export (#14173)theme()
function in plugins (#14207)addComponents
, matchComponents
, prefix
plugin APIs (#14221)tailwindcss/colors
and tailwindcss/defaultTheme
exports for use with plugins (#14221)@tailwindcss/typography
and @tailwindcss/forms
plugins (#14221)theme()
function in CSS and class names (#14177):is(…)
(#14203)