summaryrefslogtreecommitdiff
path: root/examples/tailwindcss/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tailwindcss/tailwind.config.js')
-rw-r--r--examples/tailwindcss/tailwind.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/tailwindcss/tailwind.config.js b/examples/tailwindcss/tailwind.config.js
new file mode 100644
index 000000000..279237052
--- /dev/null
+++ b/examples/tailwindcss/tailwind.config.js
@@ -0,0 +1,4 @@
+module.exports = {
+ mode: 'jit',
+ purge: ['./public/**/*.html', './astro/**/*.{astro,js,jsx,ts,tsx,vue}'],
+};