We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug '$' sign gets ignored on bulk remap, which is probably due to the introduction of w3c spec.
To Reproduce Steps to reproduce the behavior:
Expected behavior Be able to remap tokens containing a '$' sign
The text was updated successfully, but these errors were encountered:
This is due to regex. Users can escape the $ by typing \$
\$
we should make regex a toggle though
Sorry, something went wrong.
Sounds like this is a known issue that needs to be added to technical docs and in product messaging. @rbosker what do you think?
We are also blocking the ability to have $ in the token name as it is forbidden so this should be a non-issue in the near future.
No branches or pull requests
Describe the bug
'$' sign gets ignored on bulk remap, which is probably due to the introduction of w3c spec.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Be able to remap tokens containing a '$' sign
The text was updated successfully, but these errors were encountered: