aboutsummaryrefslogtreecommitdiff
path: root/landing/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'landing/tailwind.config.js')
-rw-r--r--landing/tailwind.config.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/landing/tailwind.config.js b/landing/tailwind.config.js
deleted file mode 100644
index cb610ba..0000000
--- a/landing/tailwind.config.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/** @type {import('tailwindcss').Config} */
-module.exports = {
- content: ["./src/**/*.html"],
- theme: {
- extend: {},
- },
- plugins: [],
-}