import type { Config } from 'tailwindcss' export default { content: ['./index.html', './src/**/*.{ts,tsx}'], theme: { extend: { maxWidth: { content: '720px' } } }, plugins: [] } satisfies Config