waku-lab/examples/message-monitor/tailwind.config.js

9 lines
119 B
JavaScript
Raw Normal View History

2024-10-01 09:43:30 +00:00
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}