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