vendor/docs/operators.md in stylus-source-0.18.0 vs vendor/docs/operators.md in stylus-source-0.19.0

- old
+ new

@@ -163,10 +163,10 @@ Equality operators can be used to equate units, colors, strings, and even identifiers. This is a powerful concept, as even arbitrary identifiers such as as `wahoo` can be utilized as atoms, a function could return `yes` or `no` instead of `true` or `false` (although not advised). 5 == 5 // => true - 10 < 5 + 10 > 5 // => true #fff == #fff // => true