Files
bestpc/old/tailwind.config.js

10 lines
125 B
JavaScript
Raw Normal View History

2025-05-07 16:03:56 +07:00
module.exports = {
content: [
"./src/**/*.{html,js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}