There are 3 methods I know if depending on how you are working with Jekyll.
- Install jekyll-autoprefixer plugin
- Install jekyll-assets plugin which supports Autoprefixer
- Use a task runner like Gulp or Grunt to process your CSS and pipe it through Autoprefixer.