Refactor library API: integrate V4 functions into relevant submodules and move tw to Css
- Remove separate V4 module (library is Tailwind v4 only)
- Move V4 functions to appropriate submodules:
• text_shadow, mask, perspective → Effects module
• starting_style → Variants module (convenience function)
- Move accessibility functions to Layout module:
• sr_only, focus_ring → Layout module
- Move tw function from top-level to Css module (better logical organization)
- Update all examples and tests to use Css.tw instead of tw
- Update tailwind-html library to use Tailwind.Css.tw
Breaking change: tw function moved from Tailwind.tw to Css.tw
Migration: Replace `tw [...]` with `Css.tw [...]` or `Tailwind.Css.tw [...]`
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This is a binary file and will not be displayed.