Skip to content

Commit

Permalink
Remove autoprefixer (#1749)
Browse files Browse the repository at this point in the history
* Autoprefixer was deprecated on 2020-08-03, but later undeprecated,
* But we don't need it for anything important in our CSS.

Closes #1733

Co-authored-by: Kehinde Olofinmoyin <Kehindeolofinmoyin@hotmail.com>
  • Loading branch information
EWright212 and KOlofinmoyin authored Sep 17, 2020
1 parent 47c25d9 commit 5d2dd7d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source 'https://rubygems.org'
gemspec

gem "administrate-field-image"
gem "autoprefixer-rails"
gem "faker"
gem "front_matter_parser"
gem "globalid"
Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ DEPENDENCIES
administrate-field-image
ammeter
appraisal
autoprefixer-rails
awesome_print
bundler-audit
byebug
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails50.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "administrate-field-image"
gem "autoprefixer-rails"
gem "faker"
gem "front_matter_parser"
gem "globalid"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails51.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "administrate-field-image"
gem "autoprefixer-rails"
gem "faker"
gem "front_matter_parser"
gem "globalid"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails52.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "administrate-field-image"
gem "autoprefixer-rails"
gem "faker"
gem "front_matter_parser"
gem "globalid"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "administrate-field-image"
gem "autoprefixer-rails"
gem "faker"
gem "front_matter_parser"
gem "globalid"
Expand Down
4 changes: 0 additions & 4 deletions spec/example_app/browserslist

This file was deleted.

0 comments on commit 5d2dd7d

Please sign in to comment.