diff options
Diffstat (limited to 'examples/with-tailwindcss/astro.config.mjs')
-rw-r--r-- | examples/with-tailwindcss/astro.config.mjs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/with-tailwindcss/astro.config.mjs b/examples/with-tailwindcss/astro.config.mjs new file mode 100644 index 000000000..7e6aaa3fd --- /dev/null +++ b/examples/with-tailwindcss/astro.config.mjs @@ -0,0 +1,5 @@ +export default { + devOptions: { + tailwindConfig: './tailwind.config.js', + }, +}; |