import type { Config } from 'tailwindcss'; export default { content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], plugins: [], theme: { extend: {}, }, } satisfies Config;