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