authsec_react_materail_ui/tailwind.config.js
2025-05-29 14:46:53 +05:30

12 lines
191 B
JavaScript

// tailwind.config.js
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}", // Adjust this to match your project structure
],
theme: {
extend: {},
},
plugins: [],
};