mhanberg / jekyll-postcss

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

Allow processing of other file types #7

Closed mhanberg closed 4 years ago

mhanberg commented 4 years ago

Closes #4

mhanberg commented 4 years ago

@coreyaus would you mind checking if this fits your use case?

coreyaus commented 4 years ago

Thanks @mhanberg! It looks like that'll suit my use case perfectly, and definitely very handy to have it available as an optional setting in the config. Massive thanks for working that request into the plugin, and have an excellent week! šŸ»

mhanberg commented 4 years ago

Cool, Iā€™ll throw together an example repo to test this out and see if I canā€™t get this merged sometime this week.

pedropalau commented 4 years ago

It would be nice to have this feature in production. I'm working with Tailwind and this feature could make the difference.