Closed stinoga closed 10 years ago
I also tried running with lessc: "usr/bin/lessc" this doesn't seem to write out the css at all in the head
.
Ok, got this fixed after a less reinstall with npm. Odd, but it worked. I've also got another question, which I can put in another issue if needed. How do you get the inline styles to not be in text/preview
mode? I'd like them to be included so my examples are styled correctly.
Created a separate issue for text/preview: https://github.com/jacobrask/styledocco/issues/115
I'm using SD with LESS using the following:
The command runs without error, generating the HTML file, however the inline CSS in the
head
is not compiled. I still get the less mixins, vars, etc.Am I doing something incorrectly? I believe I'm pointing to the correct LESS location...
Thanks! _Rob