Webhint: "Pitfall: prefixed css first" in 5.0.0-alpha1 #31264
Unanswered
Chrysippus
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm testing out the alpha version and webhint marks the following as a "Pitfall" due to incorrect order (prefixed CSS first):
th { text-align: inherit; text-align: -webkit-match-parent; }
This isn't quite a bug, so I wasn't sure where to post it. I searched and no one seems to have mentioned this issue. As far as I can tell, the prefixed line was added to fix a bug, but it should go before
text-align: inherit;
.This is the only case like this flagged in alpha1 by webhint.
Beta Was this translation helpful? Give feedback.
All reactions