Ah, this will be because the built-in themes have been upgraded to Tailwind 4, at a minimum you’ll need to add the following code to the info.json file in the theme:
"tailwindVersion": "v4",
like this…
Your custom theme will also be missing some of the new Tailwind colours, and some of the sizing classes will also be missing.
