/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./stories/**/*.{ts,tsx,js,jsx}", "../../../packages/react/src/**/*.{ts,tsx,js,jsx}", ], theme: { extend: {}, }, plugins: [], };