summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-tailwindcss/astro.config.mjs')
-rw-r--r--examples/with-tailwindcss/astro.config.mjs4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/with-tailwindcss/astro.config.mjs b/examples/with-tailwindcss/astro.config.mjs
index 878577d74..68499b3fa 100644
--- a/examples/with-tailwindcss/astro.config.mjs
+++ b/examples/with-tailwindcss/astro.config.mjs
@@ -8,10 +8,6 @@
// @ts-check
export default /** @type {import('astro').AstroUserConfig} */ ({
- // Enable Tailwind by telling Astro where your Tailwind config file lives.
- devOptions: {
- tailwindConfig: './tailwind.config.js',
- },
// Enable the Preact renderer to support Preact JSX components.
renderers: ['@astrojs/renderer-preact'],
});