-
Notifications
You must be signed in to change notification settings - Fork 20
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
Wrong output to escaped character #108
Comments
Case in escape sequences doesn’t matter. |
@mathiasbynens yep, but it's still not quite right, some postcss plugins in theory can handle |
@mathiasbynens if we have |
CSS doesn’t handle them differently, so why should those plugins? |
@mathiasbynens I'm not saying that this is a critical error, but this is exactly the unpredictable behavior that in theory, as I said earlier, could lead to errors in places where in general it was not expected, also it breaks the tests when i passed with lowercase i expected in lowercase |
The only bug I see is that somehow (already-escaped) CSS strings are being escaped again. |
@markdalgleish can you help our with PR? |
Input:
Output:
Seems works fine.
But wrong with lowercase.
Input:
Output:
I do not think it's true to change case of escaped character.
The text was updated successfully, but these errors were encountered: