v2.0.1
What's Changed
Breaking changes
- Tailwind 3 is now both supported and required.
New features
- Support for Tailwind 3 arbitrary colours, border radii, and opacity modifier syntax
active:
variant supportscrollbar-corner-xxx
utilities- Typescript support
Bugfixes
- Fix issue with scrollbar variant utilities not being generated correctly
- Fix issue with numeric colour utilities by @Wyn-Price in #32
- Fix issue with inclusion of deeply nested colours by @OrbisK in #42
Deprecations
- Passing in a
rounded
variant to unlock rounded utilities is deprecated in favour of passing{ nocompatible: true }
into the plugin configuration
New Contributors
- @Wyn-Price made their first contribution in #32
- @jcayabyab made their first contribution in #36
- @OrbisK made their first contribution in #42
Full Changelog: v1.3.1...v2.0.0