v0.4.0
0.4.0
- Add Hono support
- Add CSS variables support
- Update https://typicode.github.io/mistcss/
- Fix many bugs
What's Changed
- Add tailwind v4 example by @The-Code-Monkey in #37
- Update Tailwind V4 solution by @The-Code-Monkey in #38
- 0.4.0 by @typicode in #41
Breaking changes
Before:
@scope (.badge) {
div:scope {
Now:
@scope (div.badge) {
:scope {
Full Changelog: v0.3.8...v0.4.0