/** * @type {import('tailwindcss').Config} */ export default { content: ['./plugins/**/*.{jsx,tsx}', './example/**/*.{jsx,tsx}'], theme: { extend: {} }, plugins: [] }