aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
deleted file mode 100644
index a7c7dc5..0000000
--- a/tailwind.config.js
+++ /dev/null
@@ -1,12 +0,0 @@
1/** @type {import('tailwindcss').Config} */
2module.exports = {
3 content: [
4 "./content/**/*.{html,js}",
5 "./layouts/**/*.{html,js}",
6 "./themes/**/*.{html,js}"
7 ],
8 theme: {
9 extend: {},
10 },
11 plugins: [],
12}