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

illegal unary ">=", missing left-hand operand #108

Open
tbontb-iaq opened this issue Jul 20, 2023 · 0 comments
Open

illegal unary ">=", missing left-hand operand #108

tbontb-iaq opened this issue Jul 20, 2023 · 0 comments

Comments

@tbontb-iaq
Copy link

I have code as below:

html {
  @media (width >= 60vh) {
    box-shadow: 0 0 10px black
  }
}

When I try to format my code, I get this warning: illegal unary ">=", missing left-hand operand.

It looks like the formatter is not yet aware of the syntax improvements in version 4 of media queries.

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