Skip to content

Instantly share code, notes, and snippets.

View jcornelius's full-sized avatar

J Cornelius jcornelius

View GitHub Profile
@jcornelius
jcornelius / .bash_profile
Created December 15, 2015 04:30
Simple Local Web Server on OS X
> sudo vim ~/.bash_profile
alias serve='python -m SimpleHTTPServer 8000'
@jcornelius
jcornelius / _grid.scss
Last active August 29, 2015 14:15
Simple Grid in Sass
////////////////////////////////////////////
// Grid.scss
// Configs
$width: 960px;
$full: 100;
$common: 10, 20, 25, 30, 33, 40, 50, 60, 66, 70, 75, 80, 90, 100;
$gutter-width: 30px;