All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Inline
@importrules intailwindcss/index.cssat publish time for better performance (#13233)
- Support
@theme reference { … }for defining theme values without emitting variables (#13222)
- Fix incorrect properties in line-clamp utilities (#13220)
- Don't rely on existence of
--default-transition-*variables intransition-*utilities (#13219)
- Move
optimizeCssto the packages where it's used (#13230)
- Ensure
scale-*utilities support percentage values (#13182) - Prevent
content-nonefrom being overridden when conditionally styling::before/::after(#13187) - Remove default borders from
iframeelements (#13189)
- Replace
--radius-noneand--radius-fulltheme values with staticrounded-noneandrounded-fullutilities (#13186)
- Improve performance of incremental rebuilds for
@tailwindcss/cli(#13169) - Improve performance of incremental rebuilds for
@tailwindcss/postcss(#13170)
- Add
font-stretchutilities (#13153) - Publish packages with npm provenance (#13160)
- Build native packages for Android (#13115, #13161)
- Make CSS optimization and minification configurable in PostCSS plugin and CLI (#13130)
- Don't error on
@applywith leading/trailing whitespace (#13144) - Correctly parse CSS using Windows line endings (#13162)
- Only set
border-stylefor appropriate border side (#13124)
- Error when
@themecontains unsupported rules/declarations (#13125)
- Don't scan ignored files even if a
.gitfolder is not present (#13119)
- Support importing framework CSS files without including a
.cssextension (#13110)
- Support putting the important modifier at the beginning of a utility (#13103)
- Node compatability fix (#13104)
- Drop deprecated
decoration-sliceanddecoration-cloneutilities (#13107)
- Move the CLI into a separate
@tailwindcss/clipackage (#13095)