You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 --fix command
Error: Classnames shadow-md, shadow-[#customcolor] are conflicting!
But, shadow-md shadow-cyan-500 are not conflicting.
Screenshots
Environment (please complete the following information):
OS: Mac OS
Softwares + version used: Node v18.17.0 + pnpm 8.9.0
The text was updated successfully, but these errors were encountered:
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:
shadow-md shadow-[#customcolor]
to a single HTML tag. (shadow size can be any size)eslint ./src --fix
commandshadow-md shadow-cyan-500
are not conflicting.Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: