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

Negation meets unit-casting causes invalid/broken output #43

Closed maranomynet closed 4 years ago

maranomynet commented 5 years ago
p {
  width: -($foo/16)em;
}

becomes:

p {
  width: -($foo / 16)em);
}
ThisIsManta commented 4 years ago

This will be fixed in v2.14.2 or newer.