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