Can I use call stylus in node app?
Closed this issue · 2 comments
wwwboy commented
I need to compile some styles in runtime in node app.
Could I call stylus compilation in node application at runtime?
shama commented
Sure, please refer to the stylus API: https://github.com/LearnBoost/stylus/blob/master/docs/js.md
wwwboy commented
thanks!