Upgrade to Pro — share decks privately, control downloads, hide ads and more …

MIDDLEMAN MEETS SUSY

kumano ayumi
November 23, 2013

MIDDLEMAN MEETS SUSY

2013年11月22日 Tokyo Middleman Meetup #1で発表させていただいた資料です。

kumano ayumi

November 23, 2013
Tweet

More Decks by kumano ayumi

Other Decks in Design

Transcript

  1. or

  2. .page // page acts as a container for our grid.

    +container // header and footer are full-width by default. header, footer clear: both // nav spans 3 columns of total 12. nav +span-columns(3,12) .content // content spans the final (omega) 9 columns of 12. +span-columns(9 omega,12) // main content spans 6 of those 9 columns. .main +span-columns(6,9) // secondary content spans the final 3 (omega) of 9 columns. .secondary +span-columns(3 omega,9) • • • • • • •
  3. +at-breakpoint(8) // Establish our new 8-column container. +container nav +span-columns(8,

    8) height : auto .content +span-columns(8, 8) • • • • • • •