Skip to content

Instantly share code, notes, and snippets.

View igbanam's full-sized avatar
🤿
vi/vim

Igbanam Ogbuluijah igbanam

🤿
vi/vim
View GitHub Profile
@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) {
@igbanam
igbanam / Spork depreciation
Created May 1, 2011 00:46
Some depreciation issue with Spork
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.