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