Closed
Description
I accidentally came across border-e-red-400
and noticed the IntelliSense doesn't display any color decorator next to the utility, while color decoration worked fine for everything else including 🟦border-y-blue-500
and 🟩border-l-green-500
. A couple more tests with similar classes led to the same result in both v4.0.0-alpha.26 and v3.4.13 in Tailwind Play with the default config.
I think it has to do with CSS logical properties (namely border-inline-end-color
). Anyway, I'm reporting it as a bug since I don't find why this behavior may be intentional.