Skip to content
New issue

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

W3C error on min-aspect-ratio and max-aspect-ratio #169

Open
a-lucas opened this issue Jun 20, 2016 · 0 comments
Open

W3C error on min-aspect-ratio and max-aspect-ratio #169

a-lucas opened this issue Jun 20, 2016 · 0 comments

Comments

@a-lucas
Copy link

a-lucas commented Jun 20, 2016

When using
@include breakpoint( min-aspect-ratio 13/9 )

it compiles into

@media (min-aspect-ratio: 1.4444)
instead of

@media (min-aspect-ratio: 13/9)
W3C validators pick a parse error and render the contained css invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant