Files
Wdipl-react/tailwind.config.js
priyanshuvish 8a5bb95a0e first commit
2025-07-11 16:54:37 +05:30

12 lines
218 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}", // or wherever your components are
],
theme: {
extend: {},
},
plugins: [],
};