mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-06 06:28:33 +00:00
Fixed application.css.scss
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -41,7 +41,7 @@ end
|
|||||||
#MY GEMS
|
#MY GEMS
|
||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'cancan'
|
gem 'cancan'
|
||||||
gem 'bootstrap-sass', '2.3.2.0'
|
gem 'bootstrap-sass'
|
||||||
|
|
||||||
|
|
||||||
# Use ActiveModel has_secure_password
|
# Use ActiveModel has_secure_password
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bootstrap-sass (= 2.3.2.0)
|
bootstrap-sass
|
||||||
cancan
|
cancan
|
||||||
coffee-rails (~> 4.0.0)
|
coffee-rails (~> 4.0.0)
|
||||||
devise
|
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
|
* 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.
|
* compiled file, but it's generally better to create a new file per style scope.
|
||||||
*
|
*
|
||||||
|
*= require bootstrap
|
||||||
*= require_self
|
*= require_self
|
||||||
*= require_tree .
|
*= require_tree .
|
||||||
*/
|
*/
|
||||||
@import "bootstrap";
|
|
||||||
|
|||||||
Reference in New Issue
Block a user