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