mhanberg / jekyll-postcss

A plugin to use PostCSS plugins like Autoprefixer or Tailwind CSS with Jekyll.
MIT License
66 stars 12 forks source link

Replace Open3 with tcp server #6

Closed mhanberg closed 4 years ago

mhanberg commented 4 years ago

This improves performance drastically by only incurring the bootup cost of node once, instead of every single time we compile our css.