/** @type {import('tailwindcss').Config} */ export default { content: [ "./pages/*.{vue,js,ts,jsx,tsx}", "./components/*.{vue,js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], }