/** @type {import('tailwindcss').Config} */ export default { content: ['./src/**/*.{vue,js,ts,html}'], theme: { extend: {}, }, plugins: [], }