dlmanning / gulp-sass

SASS plugin for gulp
MIT License
1.56k stars 381 forks source link

Replace chalk with picocolors #833

Closed XhmikosR closed 2 years ago

XhmikosR commented 2 years ago

Inspired by #828.

Rationale: postcss is already using picocolors itself and it's smaller and faster (compared to chalk 4.x, v5 is ESM only).

xzyfer commented 2 years ago

Thanks

XhmikosR commented 2 years ago

The failures seem to be unrelated; they happen from time to time, not sure exactly what's the root cause, but they do happen on master too.

xzyfer commented 2 years ago

Thanks