Skip to content

Color decoration not working with CSS logical properties #1065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ShayanTheNerd opened this issue Oct 12, 2024 · 0 comments · Fixed by #1075
Closed

Color decoration not working with CSS logical properties #1065

ShayanTheNerd opened this issue Oct 12, 2024 · 0 comments · Fixed by #1075
Assignees
Labels
bug Something isn't working

Comments

@ShayanTheNerd
Copy link

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.

Reproduction playground

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants