mhanberg / jekyll-postcss

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

Can I change input css file directory? #17

Closed iaminamcom closed 4 years ago

iaminamcom commented 4 years ago

Hi I want if it process css file and save into another directory. Like css/site.css to dist/site.css?

mhanberg commented 4 years ago

This plugin should respect your jekyll settings.

Please refer to the jekyll docs for more information.