Files
stackpulse/frontend/tailwind.config.js.bak
T
2025-09-23 13:33:56 +00:00

11 lines
138 B
Plaintext

export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}