Skip to content

Commit

Permalink
add autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
vast committed May 13, 2014
1 parent 25ea5ab commit ad4e40a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ gem 'sass-rails', '~> 4.0.0'
gem 'foundation-rails'
gem 'compass-rails'
gem 'foundation-icons-sass-rails'
gem 'autoprefixer-rails'

gem 'seedbank'

Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ GEM
arel (4.0.2)
ast (1.1.0)
atomic (1.1.16)
autoprefixer-rails (1.1.20140410)
execjs
awesome_print (1.2.0)
bcrypt-ruby (3.1.2)
binding_of_caller (0.7.2)
Expand Down Expand Up @@ -346,6 +348,7 @@ PLATFORMS
ruby

DEPENDENCIES
autoprefixer-rails
brakeman
bullet
capybara
Expand Down
3 changes: 3 additions & 0 deletions config/autoprefixer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
browsers:
- "last 2 versions"
- "> 2%"

0 comments on commit ad4e40a

Please sign in to comment.