v0.2.204
Adds:
Output value exctraction helper
twValue()— global variadic function that extracts Tailwind class strings from modifier calls outside an HTML builder context. Accepts.translate(),.margin(),.text(), etc. and returns a space-joinedString.HTMLTag._twPhantom— phantom tag used to pin the genericMarkupAttribute<Tag>parameter, enabling the concrete return type oftwValue()..fillCurrent(),.fillInherit(),.fillTransparent()— dedicated modifier methods for SVG fill keyword values (fill-current,fill-inherit,fill-transparent)
Fix:
- Update
TWTTransform.nonetoken value from old v3 to new v4transform-none
Full Changelog: 0.2.100...0.2.204