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:
2
Gemfile
2
Gemfile
@@ -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
|
||||
|
||||
@@ -122,7 +122,7 @@ PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
bootstrap-sass (= 2.3.2.0)
|
||||
bootstrap-sass
|
||||
cancan
|
||||
coffee-rails (~> 4.0.0)
|
||||
devise
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user