Files
hurasoft_nextjs/tailwind.config.js

12 lines
164 B
JavaScript
Raw Normal View History

2025-03-18 10:57:00 +07:00
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}