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