How to install and use Autoprefixer in Jekyll?

Hi Team,

Please help me how to use and install Autoprefixer in Jekyll.

Thanks

There are 3 methods I know if depending on how you are working with Jekyll.

  1. Install jekyll-autoprefixer plugin
  2. Install jekyll-assets plugin which supports Autoprefixer
  3. Use a task runner like Gulp or Grunt to process your CSS and pipe it through Autoprefixer.

thanks for guide me. @mmistakes

I know, it’s 2022, three years after this post, but does anyone have a tutorial on how to setup a Jekyll project with Gulp and Netlify?