<!-- Please provide all of the information requested below. We're a small team and without all of this information it's not possible for us to help and your bug report will be closed. --> **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.