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