absurd
absurd copied to clipboard
CLI Improvements
CLI tool does not work with any extensions other than .js, which is actually a big problem.
For example, the following does not work:
absurd -s style.es6 -o style.css
Outputs an empty file. Without showing any error. Also, maybe if the output is empty, maybe it is better not to output a file at all, rather than writing an empty file.
Hey, sorry for getting to this so lately. I'll make sure to throw an error in those cases.