Skip to content

Strappazzon/jekyll-autoprefixer-v2

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

34 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
RubyGems Logo
jekyll-autoprefixer-v2

Autoprefixer integration for Jekyll

Installation

Add one of these lines to your Gemfile:

# always use the latest version
gem 'jekyll-autoprefixer-v2'

# use pessimistic lock
gem 'jekyll-autoprefixer-v2', '~> 2.0'

# fetch gem from git
gem 'jekyll-autoprefixer-v2', git: 'https://github.com/Strappazzon/jekyll-autoprefixer-v2.git', tag: '2.0.0'

Then execute bundle install to install the Gem.

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
    - not dead

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

autoprefixer:
  only_production: true

About

๐Ÿ’Ž Autoprefixer integration for Jekyll

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors

Languages

  • Ruby 100.0%