forked from ulovliglogning/ulovliglogning.dk
Changed octopress-autoprefixer to jekyll-autoprefixer
This commit is contained in:
parent
129eb1fd9d
commit
f9b97869a8
2
Gemfile
2
Gemfile
|
@ -26,4 +26,4 @@ end
|
|||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||
|
||||
#CSS Prefixer
|
||||
gem 'octopress-autoprefixer'
|
||||
gem 'jekyll-autoprefixer'
|
|
@ -3,7 +3,7 @@ GEM
|
|||
specs:
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
autoprefixer-rails (7.2.5)
|
||||
autoprefixer-rails (6.3.7)
|
||||
execjs
|
||||
colorator (1.1.0)
|
||||
em-websocket (0.5.1)
|
||||
|
@ -25,6 +25,8 @@ GEM
|
|||
pathutil (~> 0.9)
|
||||
rouge (>= 1.7, < 3)
|
||||
safe_yaml (~> 1.0)
|
||||
jekyll-autoprefixer (1.0.1)
|
||||
autoprefixer-rails (~> 6.3.6)
|
||||
jekyll-feed (0.9.2)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-livereload (0.2.2)
|
||||
|
@ -42,9 +44,6 @@ GEM
|
|||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9.7)
|
||||
mercenary (0.3.6)
|
||||
octopress-autoprefixer (2.0.1)
|
||||
autoprefixer-rails
|
||||
jekyll (~> 3.0)
|
||||
pathutil (0.16.1)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (2.0.5)
|
||||
|
@ -64,10 +63,10 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
jekyll (~> 3.6.2)
|
||||
jekyll-autoprefixer
|
||||
jekyll-feed (~> 0.6)
|
||||
jekyll-livereload
|
||||
jekyll-polyglot
|
||||
octopress-autoprefixer
|
||||
tzinfo-data
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
|
@ -42,3 +42,4 @@ sass:
|
|||
|
||||
plugins:
|
||||
- jekyll-polyglot
|
||||
- jekyll-autoprefixer
|
||||
|
|
Loading…
Reference in a new issue