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

Formatting '@import x if (y);' #20

Closed animify closed 6 years ago

animify commented 6 years ago

Using the default options:

@import -fn if (exists(-fn));

gets formatted to:

@import -fn;
 if (exists(-fn));

Any ideas?

ThisIsManta commented 6 years ago

This is fixed at version 2.8.0.

Cheers!

animify commented 6 years ago

Super! Cheers 👍