The lessc tag has no wiki summary.
0
votes
2answers
400 views
Unable to compile simple Less file using node-less
I'm trying to compile a very simple less file which simply includes Bootstrap:
/* application.less: The most awesomely complicated file in the whole world. */
@import "bootstrap/bootstrap.less";
...