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