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