Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.24 KB

Zombie Grid

Don't use your brain to create really simple grid, our zombie can do that for you.

Zombie Grid Site

What's?

Zombie Grid it's a Sass semantic grid that reuse your code.

How to use?

Simple.

  • Download _zombie-grid.scss file.
  • Use Sass @import, and import the grid for your file.
  • Define the columns amout using $columns variable.
  • Define the width using $width variable (100% for fluid grid system and 960px to fixed).
  • Start with @include zombie-grid mixin.
  • @extend %zombie- columns do you like.

Examples

See examples folder

Credits

Lucas Bebber for that.

Nicholas Gallagher Clearfix hack.

[Luiz Felipe Tartarotti Fialho] (http://www.felipefialho.com/) Optimize code and Media Query file util

Diéssica Gurskas help me organize the project