added autoprefixer
parent
1f5f1d815d
commit
096dd66607
2
Gemfile
2
Gemfile
|
@ -27,3 +27,5 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||||
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
gem "autoprefixer-rails", "~> 9.5"
|
||||||
|
|
|
@ -8,6 +8,8 @@ GEM
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.6.0)
|
addressable (2.6.0)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
public_suffix (>= 2.0.2, < 4.0)
|
||||||
|
autoprefixer-rails (9.5.1.1)
|
||||||
|
execjs
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.1.5)
|
||||||
em-websocket (0.5.1)
|
em-websocket (0.5.1)
|
||||||
|
@ -95,6 +97,7 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
autoprefixer-rails (~> 9.5)
|
||||||
jekyll (~> 3.8.5)
|
jekyll (~> 3.8.5)
|
||||||
jekyll-assets (~> 3.0)
|
jekyll-assets (~> 3.0)
|
||||||
jekyll-feed (~> 0.6)
|
jekyll-feed (~> 0.6)
|
||||||
|
|
Loading…
Reference in New Issue