Astro Integration #678
-
Hi 👋 Does anyone know if it's possible to integrate vanilla-extract with Astro? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
👋 from what I understand Astro uses Vite under the hood, so you would likely just need to include the Vanilla Extract Vite plugin in your astro config: https://docs.astro.build/en/reference/configuration-reference/#vite |
Beta Was this translation helpful? Give feedback.
-
It is possible! 🚀 That is amazing! Install Vanilla Extract:
Install Vanila Extract Vite integration:
Add Vanilla Extract Vite plugin to the Astro configuration:
Enjoy! 🥳
🍀 |
Beta Was this translation helpful? Give feedback.
It is possible! 🚀 That is amazing!
Install Vanilla Extract:
Install Vanila Extract Vite integration:
Add Vanilla Extract Vite plugin to the Astro configuration:
Enjoy! 🥳
button.css.ts
But…