-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
Description
Describe the bug
shadow-md, shadow-[#customcolor] are conflicting.
But, shadow-md shadow-cyan-500 are not conflicting.
I'm not familiar with tailwind so I'm not sure, but I suspect it's a bug
To Reproduce
Steps to reproduce the behavior:
- Add the className
shadow-md shadow-[#customcolor]to a single HTML tag. (shadow size can be any size) - Run
eslint ./src --fixcommand - Error: Classnames shadow-md, shadow-[#customcolor] are conflicting!
- But,
shadow-md shadow-cyan-500are not conflicting.
Environment (please complete the following information):
- OS: Mac OS
- Softwares + version used: Node v18.17.0 + pnpm 8.9.0
