Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am ohjimijimijimi on github.
* I am sirio (https://keybase.io/sirio) on keybase.
* I have a public key ASCl_ajB_bfeHuRzbl09yeq5Nqbpl83o9VJ6fqMRsnr4XQo
To claim this, I am signing this object:
@ohjimijimijimi
ohjimijimijimi / layout.jade
Last active October 12, 2015 15:53
Proposal: feature to add wrapping functionality to blocks.
html
head
body
block page-container
block page-header
block page-content
block page-footer
@ohjimijimijimi
ohjimijimijimi / layout-menu.jade
Last active October 12, 2015 14:23
jade inheritance and inclusion
extends ./layout.jade
block page-header
block menu-primary
block menu-secondary
@ohjimijimijimi
ohjimijimijimi / dabblet.css
Created December 18, 2011 14:55
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.grid-1 { width: 80px; }
.grid-2 { width: 160px; }
.grid-3 { width: 240px; }
.grid-4 { width: 320px; }
.grid-5 { width: 400px; }
.grid-6 { width: 480px; }
.grid-7 { width: 560px; }