Changed octopress-autoprefixer to jekyll-autoprefixer

This commit is contained in:
Kasper Friis Christensen 2018-01-26 11:14:55 +01:00
parent 129eb1fd9d
commit f9b97869a8
3 changed files with 6 additions and 6 deletions

View File

@ -26,4 +26,4 @@ end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
#CSS Prefixer #CSS Prefixer
gem 'octopress-autoprefixer' gem 'jekyll-autoprefixer'

View File

@ -3,7 +3,7 @@ GEM
specs: specs:
addressable (2.5.2) addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
autoprefixer-rails (7.2.5) autoprefixer-rails (6.3.7)
execjs execjs
colorator (1.1.0) colorator (1.1.0)
em-websocket (0.5.1) em-websocket (0.5.1)
@ -25,6 +25,8 @@ GEM
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (>= 1.7, < 3) rouge (>= 1.7, < 3)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
jekyll-autoprefixer (1.0.1)
autoprefixer-rails (~> 6.3.6)
jekyll-feed (0.9.2) jekyll-feed (0.9.2)
jekyll (~> 3.3) jekyll (~> 3.3)
jekyll-livereload (0.2.2) jekyll-livereload (0.2.2)
@ -42,9 +44,6 @@ GEM
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7) rb-inotify (>= 0.9.7)
mercenary (0.3.6) mercenary (0.3.6)
octopress-autoprefixer (2.0.1)
autoprefixer-rails
jekyll (~> 3.0)
pathutil (0.16.1) pathutil (0.16.1)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (2.0.5) public_suffix (2.0.5)
@ -64,10 +63,10 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
jekyll (~> 3.6.2) jekyll (~> 3.6.2)
jekyll-autoprefixer
jekyll-feed (~> 0.6) jekyll-feed (~> 0.6)
jekyll-livereload jekyll-livereload
jekyll-polyglot jekyll-polyglot
octopress-autoprefixer
tzinfo-data tzinfo-data
BUNDLED WITH BUNDLED WITH

View File

@ -42,3 +42,4 @@ sass:
plugins: plugins:
- jekyll-polyglot - jekyll-polyglot
- jekyll-autoprefixer