summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/tailwind.config.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-tailwindcss/tailwind.config.cjs')
-rw-r--r--examples/with-tailwindcss/tailwind.config.cjs7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/with-tailwindcss/tailwind.config.cjs b/examples/with-tailwindcss/tailwind.config.cjs
new file mode 100644
index 000000000..81cb91aee
--- /dev/null
+++ b/examples/with-tailwindcss/tailwind.config.cjs
@@ -0,0 +1,7 @@
+module.exports = {
+ content: [],
+ theme: {
+ extend: {},
+ },
+ plugins: [],
+}