UNPKG

@guialvess/chat-widget

Version:

A customizable chat widget built with Preact

11 lines 182 B
/** @type {import('tailwindcss').Config} */ export default { content: [ "./index.html", "./src/**/*.{js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], }