Spaces:
Sleeping
Sleeping
| export default { | |
| content: [ | |
| "./index.html", | |
| "./src/**/*.{js,ts,jsx,tsx}", | |
| ], | |
| theme: { | |
| extend: { | |
| colors: { | |
| kibali: { | |
| dark: "#0f172a", | |
| card: "#1e293b", | |
| green: "#22c55e" | |
| } | |
| } | |
| }, | |
| }, | |
| plugins: [], | |
| } |