From 66680ed730d7c53c4ab70337a370cb075a093c30 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 7 Dec 2025 15:04:04 +0000 Subject: [PATCH] remove tail wind --- juntekim_frontend/tailwind.config.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 juntekim_frontend/tailwind.config.js diff --git a/juntekim_frontend/tailwind.config.js b/juntekim_frontend/tailwind.config.js deleted file mode 100644 index 77dc5a3..0000000 --- a/juntekim_frontend/tailwind.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - content: ["./app/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}"], - theme: { extend: {} }, - plugins: [require("@tailwindcss/typography")], -}; \ No newline at end of file