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

9 lines
156 B
JavaScript
Raw Permalink Normal View History

2023-08-02 17:47:54 +05:30
/** @type {import('tailwindcss').Config} */
module.exports = {
2023-08-02 17:59:17 +05:30
content: ["./src/**/*.{js,jsx,ts,tsx}"],
2023-08-02 17:47:54 +05:30
theme: {
extend: {},
},
plugins: [],
};