You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating to Astro 2.0 and the latest @astro/tailwind integration, vendor prefixes are no longer being added to classes when the dev server is running.
What version of
astro
are you using?2.0.1
Are you using an SSR adapter? If so, which one?
Vercel
What package manager are you using?
npm
What operating system are you using?
Linux
Describe the Bug
When updating to Astro 2.0 and the latest
@astro/tailwind
integration, vendor prefixes are no longer being added to classes when the dev server is running.To specify:
poduces the following
<style>
injected into astro by vite:instead of the expected:
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-hbvmrj
Participation
The text was updated successfully, but these errors were encountered: