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.mjs5
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',
+ },
+};