This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin grid_container { | |
margin: auto; | |
width: 960px; | |
// Tablet Layout: 768px. | |
@media only screen and (min-width: 768px) and (max-width: 991px) { | |
width: 764px; | |
} | |
// Mobile Layout: 320px. | |
@media only screen and (max-width: 767px) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How do I fix this depreciation? | |
NOTE: Gem.latest_load_paths is deprecated with no replacement. It will be removed on or after 2011-10-01. | |
Gem.latest_load_paths called from /Users/Yasky/.rvm/gems/ruby-1.9.2-p0/gems/spork-0.8.4/lib/spork.rb:112 | |
I am running Spork with RSpec. |
NewerOlder