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
The linter will pick up a conflict between background colors, but not between a background color and bg-transparent.
This caused a bug today when I updated tailwind on prod and the order of utility classes must have changed. I had both a color background and transparent, and the transparent replaced the color. I would have expected the linter to pick this up.
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS IntelliSense are you using?
v0.9.11
What version of Tailwind CSS are you using?
v3.3.0
What package manager are you using?
yarn
What operating system are you using?
macOS
Tailwind config
VS Code settings
Reproduction URL
https://play.tailwindcss.com/KJcSdETira
Describe your issue
The linter will pick up a conflict between background colors, but not between a background color and
bg-transparent
.This caused a bug today when I updated tailwind on prod and the order of utility classes must have changed. I had both a color background and transparent, and the transparent replaced the color. I would have expected the linter to pick this up.
The text was updated successfully, but these errors were encountered: