aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorJeremyJamesL <jeremyluscombe@gmail.com>2024-12-04 09:09:11 +0000
committerJeremyJamesL <jeremyluscombe@gmail.com>2024-12-04 09:09:11 +0000
commit96c52a6d58e10f3fae2a69ab00ed219e9f2d0059 (patch)
treef4d519dfd4ee0ab38e7d875b05edb671c71b0fa9 /tailwind.config.js
first commit
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
new file mode 100644
index 0000000..614c86b
--- /dev/null
+++ b/tailwind.config.js
@@ -0,0 +1,8 @@
+/** @type {import('tailwindcss').Config} */
+export default {
+ content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
+ theme: {
+ extend: {},
+ },
+ plugins: [],
+};