Add autoprefixer
This commit is contained in:
parent
9c99ae357a
commit
4ba1032f42
3 changed files with 8 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -54,6 +54,7 @@ gem 'rack-cors', '0.2.9', :require => 'rack/cors'
|
|||
gem 'bootstrap-sass', '2.3.2.2'
|
||||
gem 'compass-rails', '2.0.0'
|
||||
gem 'sass-rails', '4.0.4'
|
||||
gem 'autoprefixer-rails'
|
||||
|
||||
# Database
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ GEM
|
|||
activemodel
|
||||
fog (>= 1.8.0)
|
||||
unf
|
||||
autoprefixer-rails (4.0.2.1)
|
||||
execjs
|
||||
backbone-on-rails (1.1.2.0)
|
||||
actionmailer
|
||||
actionpack
|
||||
|
|
@ -159,7 +161,7 @@ GEM
|
|||
erubis (2.7.0)
|
||||
ethon (0.7.1)
|
||||
ffi (>= 1.3.0)
|
||||
eventmachine (1.0.3)
|
||||
eventmachine (1.0.4)
|
||||
excon (0.41.0)
|
||||
execjs (2.2.2)
|
||||
factory_girl (4.5.0)
|
||||
|
|
@ -613,6 +615,7 @@ DEPENDENCIES
|
|||
acts_as_api (= 0.4.2)
|
||||
addressable (= 2.3.6)
|
||||
asset_sync (= 1.1.0)
|
||||
autoprefixer-rails
|
||||
backbone-on-rails (= 1.1.2)
|
||||
bootstrap-sass (= 2.3.2.2)
|
||||
capybara (= 2.4.4)
|
||||
|
|
|
|||
3
config/autoprefixer.yml
Normal file
3
config/autoprefixer.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
browsers:
|
||||
- "last 2 version"
|
||||
- "> 1%"
|
||||
Loading…
Reference in a new issue