astroturfcss / astroturf

Better Styling through Compiling: CSS-in-JS for those that want it all.
https://astroturfcss.github.io/astroturf/
MIT License
2.28k stars 60 forks source link

Move from `chalk` to `picocolors` #732

Closed ai closed 2 years ago

ai commented 2 years ago

PostCSS is using picocolors (because it is a few times smaller and faster, also supports old Node.js versions in contrast with latest chalk).

By moving to picocolors we will re-use dependencies (it is hard to re-use chalk because they have many major versions).

jquense commented 2 years ago

works for me 👍

ai commented 2 years ago

Great. PR with https://github.com/4Catalyzer/astroturf/issues/733 is on the way.