·
408 commits
to master
since this release
Minor Changes
-
#517
64791f3Thanks @benjervis! - Add postcss processing to the pluginVite supports postcss processing as a built in feature, but that's lost in dev mode with vanilla-extract because there are no actual css files for vite to pick up.
The vite plugin now manually runs postcss over the generated css in serve mode, if any postcss config was found.
Patch Changes
- Updated dependencies [
64791f3]:- @vanilla-extract/[email protected]