chore: remove cached
This commit is contained in:
@@ -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: [],
|
||||
}
|
||||
Reference in New Issue
Block a user