mrcrowl / vscode-easy-less

Easy LESS extension for Visual Studio Code
MIT License
68 stars 23 forks source link

Operator <= and >= #108

Open putude opened 3 months ago

putude commented 3 months ago

When I use the operator > / < it shows an error.

`@media (width <= 300px){

}`

Is it not supported yet?