CUD-Traffic-AI / frontend /tailwind.config.js
Rajeev Ranjan Pandey
Refine UI and fix model selection bugs
e078b1d
raw
history blame contribute delete
168 Bytes
/** @type {import('tailwindcss').Config} */
export default { darkMode: "class", content: ["./index.html", "./src/**/*.{js,jsx}"], theme: { extend: {} }, plugins: [] };