/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/**/*.{html,svelte,ts,js}'], theme: { extend: { // put your custom colors, spacing, etc. here } }, plugins: [] };