Skip to content

Commit

Permalink
SASS updated
Browse files Browse the repository at this point in the history
  • Loading branch information
corny committed Dec 23, 2014
1 parent 61240c0 commit d73b1f6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'jquery-rails'
gem 'turbolinks'
gem 'rails-timeago', '~> 2.0'
gem 'haml-rails'
gem 'sass-rails', '~> 4.0'
gem 'sass-rails', '~> 5.0'
gem 'bootstrap-sass', '~> 3.2'

gem 'elasticsearch', '~> 1.0.6'
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,12 @@ GEM
ruby_parser (3.1.3)
sexp_processor (~> 4.1)
sass (3.2.19)
sass-rails (4.0.5)
sass-rails (5.0.0)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.2)
sprockets (~> 2.8, < 3.0)
sprockets-rails (~> 2.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1)
sexp_processor (4.4.4)
shoulda-matchers (2.7.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -273,7 +274,7 @@ DEPENDENCIES
rails-timeago (~> 2.0)
rspec-its (~> 1.0.1)
rspec-rails (~> 3.1.0)
sass-rails (~> 4.0)
sass-rails (~> 5.0)
shoulda-matchers
sidekiq (~> 3.3.0)
sinatra
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions app/assets/stylesheets/application.css.sass

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

@import bootstrap
@import apaxy
@import facets
@import results
@import table
@import usage
@import files

#fork_me
position: absolute
Expand Down

0 comments on commit d73b1f6

Please sign in to comment.