-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
What version of Tailwind CSS are you using?
v4.0.0-alpha.30
Reproduction URL
Describe your issue
I am trying to upgrade to v4, but encountered the following error when using @tailwindcss/container-queries:
`matchUtilities({ '@container' : … })` defines an invalid utility name. Utilities should be alphanumeric and start with a lowercase letter, eg. `scrollbar`
| const IS_VALID_UTILITY_NAME = /^[a-z][a-zA-Z0-9/%._-]*$/ |
gustavopch
Metadata
Metadata
Assignees
Labels
No labels