ThisIsManta / stylus-supremacy

A Node.js script that helps formatting Stylus files.
https://thisismanta.github.io/stylus-supremacy
MIT License
88 stars 9 forks source link

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

Open tbontb-iaq opened 11 months ago

tbontb-iaq commented 11 months ago

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.