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