summaryrefslogtreecommitdiffhomepage
path: root/tailwind.config.js
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-06-23 02:47:25 +0900
committernsfisis <nsfisis@gmail.com>2025-06-23 02:50:24 +0900
commit27bfc8f1d9588322d85197e31b7346601cc680b3 (patch)
tree9782a857f8b7a76be75774e10674d59e3fa260a0 /tailwind.config.js
parent6522702f59706c84f419491d4ac8b86cfba2ffe2 (diff)
downloadfeedaka-27bfc8f1d9588322d85197e31b7346601cc680b3.tar.gz
feedaka-27bfc8f1d9588322d85197e31b7346601cc680b3.tar.zst
feedaka-27bfc8f1d9588322d85197e31b7346601cc680b3.zip
feat: add biome
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js13
1 files changed, 6 insertions, 7 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index bd73443..e67c242 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,9 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
- content: ["./templates/**/*.html"],
- theme: {
- extend: {},
- },
- plugins: [],
-}
-
+ content: ["./templates/**/*.html"],
+ theme: {
+ extend: {},
+ },
+ plugins: [],
+};