/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./index.html", "./src/**/*.{svelte,html}", ], theme: { extend: {}, }, plugins: [], }