v0.3.0
New Features
- Enable named class group collections by @dcastil in 16a3175
- Class group collections in config can be an object, so you can use group references like
dynamicClasses.flex.direction
instead of just index-based ones likedynamicClasses.flex.0
. More info on this in thecreateTailwindMerge()
API reference.
- Class group collections in config can be an object, so you can use group references like
Bug Fixes
Other
Full Changelog: v0.2.0...v0.3.0