assemble/assemble-less

use `chalk` instead of `colors`

sindresorhus opened this issue · 1 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.