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
Chrome 117.0.5938.132
https://jsfiddle.net/bx8rtseh/2/
How to reproduce the bug?
Sample
<div class="p-12 md:w-1/2 flex flex-col items-start"> Hello </div>
What is the expected behavior? Unchanged class names
What is the current behavior? Unexpected Changed class names
<div class="p-12 md:w-1-2 flex flex-col items-start"> Hello </div>
The text was updated successfully, but these errors were encountered:
/
Allow / in class names (#5433). Closes #5432
7f2f0c4
* Allow `/` in class names This will allow following tailwind classes: md:w-1/2 * refactor: replaced double quote with single quote
Successfully merging a pull request may close this issue.
GrapesJS version
What browser are you using?
Chrome 117.0.5938.132
Reproducible demo link
https://jsfiddle.net/bx8rtseh/2/
Describe the bug
How to reproduce the bug?
Sample
What is the expected behavior?
Unchanged class names
What is the current behavior?
Unexpected Changed class names
Code of Conduct
The text was updated successfully, but these errors were encountered: