Whenever I use styledocco with the --preprocessor option on a folder of stylus files i get [90mcompiled[0m /path/to/file.css inside of the <style></style> tag, instead of the processed css. I tried without using the --preprocessor option, and it works, but then my @imports are not found. Plus, I need to pass the --preprocessor option because I want to move the resulted CSS files into another folder.
Whenever I use styledocco with the
--preprocessor
option on a folder of stylus files i get [90mcompiled[0m /path/to/file.css inside of the<style></style>
tag, instead of the processed css. I tried without using the--preprocessor
option, and it works, but then my@import
s are not found. Plus, I need to pass the--preprocessor
option because I want to move the resulted CSS files into another folder.Any suggestions on why this is happening?