@tailwindcss/oxide-android-arm64
Advanced tools
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)Changelog
[4.0.0-alpha.19] - 2024-08-09
inline
option when defining @theme
values (#14095)inert
variant (#14129)@source
at-rule (#14078)<style>
tags in Vue files to the Vite plugin (#14158)addUtilities
and matchUtilities
plugins using the @plugin
directive (#14114)@apply
works inside @utility
(#14144)Changelog
[4.0.0-alpha.18] - 2024-07-25
addVariant
plugins with new @plugin
directive (#13982, #14008)@variant
at-rule for defining custom variants in CSS (#13992, #14008)@utility
at-rule for defining custom utilities in CSS (#14044)bg-red-[#000]
(#13970)color-mix()
(#13972)variants
and utilities
with modifiers (#13977)resize
, fill-none
, accent-none
, drop-shadow-none
, and negative hue-rotate
and backdrop-hue-rotate
utilities (#13971)data-*
and aria-*
modifiers are always quoted in the generated CSS (#14040)*
variant so those styles can be overridden by child elements (#14056)Changelog
[4.0.0-alpha.16] - 2024-06-07
nth-*
variants (#13661)bg-linear-*
utilities as an alias for the existing bg-gradient-*
utilities (#13783)bg-linear-[125deg]
) (#13783)length
data type for background-size
instead of background-position
(#13771){col,row}-{start,end}
utilities (#13780)<length> | <percentage>
syntax for properties (#13660)bg-right-top
, bg-right-bottom
, bg-left-bottom
and bg-left-top
(#13806)