assemble / assemble-less

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.

Home Page:http://github.com/assemble/assemble/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use `chalk` instead of `colors`

sindresorhus opened this issue · comments

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).

👍 we use chalk in just about everything else. thanks for the heads up.