106c82bdf4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
162 B
JavaScript
7 lines
162 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
|
theme: { extend: {} },
|
|
plugins: [],
|
|
}
|