Grunt task for compiling LESS to CSS. This task does for less what Assemble does for HTML, making it much easier to modularize and reduce repetition in stylesheets.
We're moving away from using the implicit colors module on the String.prototype (eg 'string'.green) at it clutters the prototype for everyone and is generally magic and bad.
We're moving away from using the implicit colors module on the String.prototype (eg
'string'.green
) at it clutters the prototype for everyone and is generally magic and bad.Use chalk explicitly instead (example).