// @ts-check /** @type {import('tailwindcss').Config} */ const config = { content: ['./src/**/*.{html,js,ts,svelte}'], theme: { container: { center: true } }, plugins: [] }; module.exports = config;