This commit is contained in:
Eshan Roy
2024-12-03 19:54:23 +05:30
parent 0dbd6f43aa
commit e18e5ca41c

View File

@@ -1,11 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/**/*.{js,ts,jsx,tsx}',
// Add paths to other files that use Tailwind
],
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}
};