No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Autoprefixer integration for Jekyll
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 3.8

Runtime

 Project Readme

Jekyll Autoprefixer Gem Version

Autoprefixer integration for Jekyll

This plugin provides simple autoprefixer support for Jekyll.

Installation

This plugin is available as a RubyGem.

Add this line to your application's Gemfile:

gem 'jekyll-autoprefixer'

And then execute the bundle command to install the gem.

Alternatively, you can also manually install the gem using the following command:

$ gem install jekyll-autoprefixer

After the plugin has been installed successfully, add the following lines to your _config.yml in order to tell Jekyll to use the plugin:

plugins:
- jekyll-autoprefixer

Getting Started

No additional steps are required. All written CSS files inside the destination directory are overwritten with the output of autoprefixer.

Optionally, you can specify the browsers for which autoprefixer is supposed to generate prefixes inside your configuration:

autoprefixer:
  browsers:
  - last 2 versions

You can also specify that autoprefixer should only work in production mode:

autoprefixer:
  only_production: true

Contribute

Fork this repository, make your changes and then issue a pull request. If you find bugs or have new ideas that you do not want to implement yourself, file a bug report.

Copyright

Copyright (c) 2015 Vincent Wochnik.

License: MIT