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
I'm not 100% sure that this syntax is valid, but some tool I'm using is converting "aspect-ratio: 3000 / 3000;" to "aspect-ratio:3e3/3e3".
This results in the errors:
According to https://developer.mozilla.org/en-US/docs/Web/CSS/number, scientific notation should be valid for CSS numbers.
The text was updated successfully, but these errors were encountered:
It looks like this functionality is pretty broken in general;
As mentioned in the following comment, even things like "aspect-ratio:1;" and "aspect-ratio:1.5;" don't validate properly. #287 (comment)
Sorry, something went wrong.
The second part (aspect-ratio with one number only) has been fixed by ad4b711. The number parsing needs to be addressed.
ylafon
No branches or pull requests
I'm not 100% sure that this syntax is valid, but some tool I'm using is converting "aspect-ratio: 3000 / 3000;" to "aspect-ratio:3e3/3e3".
This results in the errors:
According to https://developer.mozilla.org/en-US/docs/Web/CSS/number, scientific notation should be valid for CSS numbers.
The text was updated successfully, but these errors were encountered: