Files
freeswitch_chris/frontend/tailwind.config.js
2026-03-30 21:40:28 -04:00

11 lines
144 B
JavaScript

module.exports = {
content: [
"index.html",
"./src/*.rs"
],
theme: {
extend: {},
},
plugins: [],
}