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.
http://github.com/assemble/assemble/
MIT License
66 stars 20 forks source link

use `chalk` instead of `colors` #25

Closed sindresorhus closed 10 years ago

sindresorhus commented 10 years ago

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

jonschlinkert commented 10 years ago

:+1: we use chalk in just about everything else. thanks for the heads up.