diff --git a/.changeset/mean-tips-search.md b/.changeset/mean-tips-search.md new file mode 100644 index 0000000000..20372a04f8 --- /dev/null +++ b/.changeset/mean-tips-search.md @@ -0,0 +1,5 @@ +--- +'@astrojs/tailwind': patch +--- + +Re-enable autoprefixer in dev diff --git a/examples/with-tailwindcss/src/components/Button.astro b/examples/with-tailwindcss/src/components/Button.astro index 79060699bb..167927fb38 100644 --- a/examples/with-tailwindcss/src/components/Button.astro +++ b/examples/with-tailwindcss/src/components/Button.astro @@ -4,7 +4,7 @@ --- diff --git a/packages/astro/e2e/fixtures/tailwindcss/src/components/Button.astro b/packages/astro/e2e/fixtures/tailwindcss/src/components/Button.astro index 6e08721739..56c3b4e414 100644 --- a/packages/astro/e2e/fixtures/tailwindcss/src/components/Button.astro +++ b/packages/astro/e2e/fixtures/tailwindcss/src/components/Button.astro @@ -3,7 +3,7 @@ let { type = 'button' } = Astro.props; ---