How to install and use Autoprefixer in Jekyll?

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.