- Support @keyframes inside css
- Use only
class
attribute and rely on Qwik's merging - deprecate
.className
on styled component
- Optionally provide the CSS as a default export when one exists
- Renamed vite plugin back to vanillaExtractPlugin
- moved vite plugin to /vite, so that the build doesn't interfere with client builds
- Now supports `` directly on
style`...`
andstyled`...`
, instead of having to usecss`...`
- Vite plugin is now re-exported to allow ease of installation and later changes if needed
- Added tests and playground
Initial release