mhanberg / jekyll-postcss

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

Fix compiled_css in production mode #10

Closed sid-kap closed 4 years ago

sid-kap commented 4 years ago

In both versions 0.3.0 and 0.3.1, the css outputted (in production mode only) is actually a json blob like {"compiled_css": "...css code..."}. This seems like a bug. I'm not sure if this is the best way to fix it (or if it should be fixed on the JS side instead), but this fixes it for me at least

mhanberg commented 4 years ago

Thanks!

sid-kap commented 4 years ago

Sweet, thanks for the quick response!

mhanberg commented 4 years ago

Released as part of v0.3.2