What version of Tailwind CSS are you using?
v4.1.11
Reproduction URL
https://play.tailwindcss.com/dVTUCMxH7i
Describe your issue
Error on the col-start-c* functional utility with the following message:
@utility col-start-c* defines an invalid utility name. Utilities should be alphanumeric and start with a lowercase letter.
First, the error message is not right, since the utility name both is alphanumeric and starts with a lowercase letter.
Secondly, I would expect it to be valid.