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

9 lines
128 B
JavaScript
Raw Normal View History

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