UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

12 lines (11 loc) 225 B
/** @type {import('tailwindcss').Config} */ export default { content: [ "./index.html", "./src/**/*.{js,ts,jsx,tsx}", // Ensure this covers the drawer component ], theme: { extend: {}, }, plugins: [], }