From 129eb1fd9d089bbadb2f8adc2b271e16fffc9538 Mon Sep 17 00:00:00 2001 From: Kasper Friis Christensen Date: Fri, 26 Jan 2018 00:34:26 +0100 Subject: [PATCH] Added css autoprefixer --- Gemfile | 3 +++ Gemfile.lock | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/Gemfile b/Gemfile index b9849d0..1b2e8db 100644 --- a/Gemfile +++ b/Gemfile @@ -24,3 +24,6 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +#CSS Prefixer +gem 'octopress-autoprefixer' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 4211eaf..a278b13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,11 +3,14 @@ GEM specs: addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) + autoprefixer-rails (7.2.5) + execjs colorator (1.1.0) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) eventmachine (1.2.5) + execjs (2.7.0) ffi (1.9.18) forwardable-extended (2.6.0) http_parser.rb (0.6.0) @@ -39,6 +42,9 @@ 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) @@ -61,6 +67,7 @@ DEPENDENCIES jekyll-feed (~> 0.6) jekyll-livereload jekyll-polyglot + octopress-autoprefixer tzinfo-data BUNDLED WITH