chore: remove cached

This commit is contained in:
Wikid82
2025-11-24 18:21:11 +00:00
parent 5b041819bb
commit 9c842e7eab
394 changed files with 0 additions and 44139 deletions

View File

@@ -1,21 +0,0 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {
colors: {
'light-bg': '#f0f4f8', // Light greyish blue
'dark-bg': '#0f172a',
'dark-sidebar': '#020617',
'dark-card': '#1e293b',
'blue-active': '#1d4ed8',
'blue-hover': '#2563eb',
},
},
},
plugins: [],
}