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