-
Notifications
You must be signed in to change notification settings - Fork 81
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
Prefixed pseudo-classes are not working #14
Comments
+1 for fixing this, it’s really annoying |
+1, I had to remove it from our company workflow after a short trial that revealed broken placeholder styles everywhere |
+1, i've encountered the same issue |
+1 |
2 similar comments
+1 |
+1 |
+1 and has anyone found a solution-workaround for this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @stoyan and thanks for this awesome project!
I found a small issue with prefixed pseudo-classes such as
::-webkit-input-placeholder
.They wont work if they are stacked after each other like this:
So instead they need to be broken down like this:
Unfortunately I’m not so node-savy yet so i couldn't make a pull-request. But here’s a jsfiddle with the issue.
This is also the issue with
::selection
but that’s not a CSS standard yet.The text was updated successfully, but these errors were encountered: