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