I've read; https://github.com/fidian/PrettyCSS/blob/master/docs/CommandLine.md and using; ``` prettycss myfile.css > myfile_pretty.css ``` Which logs the errors/warnings in iTerm and then the `myfile_pretty.css` is empty. Is it possible to run a command to save the errors/warnings into a file please?
I've read;
https://github.com/fidian/PrettyCSS/blob/master/docs/CommandLine.md
and using;
Which logs the errors/warnings in iTerm and then the
myfile_pretty.cssis empty.Is it possible to run a command to save the errors/warnings into a file please?