diff --git a/examples/with-tailwindcss/src/pages/index.astro b/examples/with-tailwindcss/src/pages/index.astro index 6c0408c8d6..10f370ba3b 100644 --- a/examples/with-tailwindcss/src/pages/index.astro +++ b/examples/with-tailwindcss/src/pages/index.astro @@ -12,7 +12,7 @@ import Button from '../components/Button.astro'; Astro + TailwindCSS - + diff --git a/examples/with-tailwindcss/public/global.css b/examples/with-tailwindcss/src/styles/global.css similarity index 100% rename from examples/with-tailwindcss/public/global.css rename to examples/with-tailwindcss/src/styles/global.css