Skip to content
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

Color decoration not working with CSS logical properties #1065

Open
ShayanTheNerd opened this issue Oct 12, 2024 · 0 comments
Open

Color decoration not working with CSS logical properties #1065

ShayanTheNerd opened this issue Oct 12, 2024 · 0 comments
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

@thecrypticace thecrypticace added the bug Something isn't working label Oct 16, 2024
@thecrypticace thecrypticace self-assigned this Oct 16, 2024
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

No branches or pull requests

2 participants