tailwind.config.js overrides spacing.xs to 4px, which also overrides max-w-xs to max-width: 4px instead of the default 20rem (320px). Changed to explicit max-w-[280px] to bypass the corrupted token.
tailwind.config.js overrides spacing.xs to 4px, which also overrides max-w-xs to max-width: 4px instead of the default 20rem (320px). Changed to explicit max-w-[280px] to bypass the corrupted token.