-
Notifications
You must be signed in to change notification settings - Fork 9
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
matches() does not work with pseudo-elements #4
Comments
@topaxi Double colon. |
@TrySound double colon what? |
@topaxi In example. Input and output are different. |
@topaxi Sorry. Playground uses postcss-pseudo-elements. |
@TrySound yes, this is the expected output for cssnext, ofc. this transformer should retain the double colon, doesn't really matter in this example though, the problem is the whitespace. Fixed the expected/actual. |
Works, thx 👍 |
The spec says that |
Input:
Expected:
Actual:
This just stopped working, I'm not sure which version update caused this (using cssnext, happens on http://cssnext.io/playground/ too).
The text was updated successfully, but these errors were encountered: