Skip to content

Instantly share code, notes, and snippets.

@jnwng
jnwng / .gitignore
Created November 11, 2012 08:06 — forked from karmi/.gitignore
Bootstrap, install and configure ElasticSearch with Chef Solo
.DS_Store
tmp/
@jnwng
jnwng / grid.css
Created October 29, 2012 08:48 — forked from JeffreyWay/grid.css
Simple CSS Grid in Stylus
full_width = 80
columns = 12
gutter = 1
.container
width unit(full_width, '%')
margin auto
overflow hidden
div[class^="grid_"]