-
Notifications
You must be signed in to change notification settings - Fork 86
Problems with escaped characters #288
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
Comments
I spent some time with this. I submitted a PR to allow the escaped characters. Are there any other "escapable" valid characters for css selectors worth for adding? Unfortunately I was not able solve the issue with escaped characters in the keyframes name definition like the following: Anyways, IMHO the PR adds some value to the plugin. I am pretty sure lot of developers are also using css selectors with escaped characters. Thanks. |
Maybe this article will help you somehow https://mathiasbynens.be/notes/css-escapes |
I have faced some issues related with class names with escaped characters like
.color-red\@mobile
or.focus\:color-red
.Please, find here are some of my findings:
Maybe is as "easy" as fixing a regex ;)
I have not had time to look deeper in the code. I will try a PR if I have enough time.
Thanks :D
The text was updated successfully, but these errors were encountered: