1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Fixed application.css.scss

This commit is contained in:
Jacob Cody Wimer
2014-01-22 09:25:47 -05:00
parent 626c0e234a
commit 07a9e6fc9f
3 changed files with 4 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ end
#MY GEMS
gem 'devise'
gem 'cancan'
gem 'bootstrap-sass', '2.3.2.0'
gem 'bootstrap-sass'
# Use ActiveModel has_secure_password

View File

@@ -122,7 +122,7 @@ PLATFORMS
ruby
DEPENDENCIES
bootstrap-sass (= 2.3.2.0)
bootstrap-sass
cancan
coffee-rails (~> 4.0.0)
devise

View File

@@ -8,7 +8,8 @@
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require bootstrap
*= require_self
*= require_tree .
*/
@import "bootstrap";