From 23be4b22422b542992ed6be7582e8320eff6175a Mon Sep 17 00:00:00 2001 From: "Mr. Guy" Date: Mon, 9 Mar 2026 21:47:37 -0400 Subject: [PATCH] Update frontend/tailwind.config.js --- frontend/tailwind.config.js | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 03a8160..e69de29 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -1,32 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -export default { - content: [ - "./index.html", - "./src/**/*.{js,ts,jsx,tsx}", - ], - theme: { - extend: { - colors: { - claw: { - 50: '#f0f9ff', - 100: '#e0f2fe', - 200: '#bae6fd', - 300: '#7dd3fc', - 400: '#38bdf8', - 500: '#0ea5e9', - 600: '#0284c7', - 700: '#0369a1', - 800: '#075985', - 900: '#0c4a6e', - 950: '#082f49', - }, - agent: { - DEFAULT: '#10b981', - light: '#34d399', - dark: '#059669', - } - } - }, - }, - plugins: [], -}