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

Enforce and, or, is instead of &&. ||, == #72

Open cyberbiont opened 4 years ago

cyberbiont commented 4 years ago

I see a possibility to use not instead of !, but no options to use and, or, is operators, they inevitably get converted to &&, || and ==