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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Queries against containers with calc() expressions don’t work correclty. width: calc(100% / 10) doesn’t work while width: 10% does.
calc()
width: calc(100% / 10)
width: 10%
The text was updated successfully, but these errors were encountered:
Looks like it’s related to cq-prolyfill.js:971-974
Sorry, something went wrong.
2240f19
ausi
No branches or pull requests
Queries against containers with
calc()
expressions don’t work correclty.width: calc(100% / 10)
doesn’t work whilewidth: 10%
does.The text was updated successfully, but these errors were encountered: