js-waku-lab/examples/web-chat/tailwind.config.js

9 lines
156 B
JavaScript
Raw Normal View History

2024-01-09 00:01:53 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};