Files
hurasoft_nextjs/tailwind.config.js
2025-03-18 10:57:00 +07:00

12 lines
164 B
JavaScript

module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}