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
Steps to reproduce the behavior: Set width to width='50%'
width='50%'
Expected behavior: max-width of the element will be set to 2%, without showing an error that the width can only be a number.
max-width
Actual behavior: max-width of the element is set to 2%, but is showing an error that the width can only be a number.
The text was updated successfully, but these errors were encountered:
Hi @JapMul!
This seems like a reasonable enhancement, any chance you could provide a PR?
Thanks in advance, Joss
Sorry, something went wrong.
@jossmac Allright, I think I can provide a PR somewhere this week!
Successfully merging a pull request may close this issue.
Steps to reproduce the behavior:
Set width to
width='50%'
Expected behavior:
max-width
of the element will be set to 2%, without showing an error that the width can only be a number.Actual behavior:
max-width
of the element is set to 2%, but is showing an error that the width can only be a number.The text was updated successfully, but these errors were encountered: