Skip to content

Instantly share code, notes, and snippets.

@karlsander
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karlsander/9767841 to your computer and use it in GitHub Desktop.
Save karlsander/9767841 to your computer and use it in GitHub Desktop.
responsive grid
@include add-grid(3);
@include add-grid(6 at 500px);
@include add-grid(12 at 700px);
@include add-grid(2 8 2 at 900px);
@include add-grid(1 3 5 7 9 at 1100px);
// Vendor imports
@import "breakpoint";
@import "modular-scale";
@import "color-schemer";
@import "singularitygs";
//@import "animate.sass";
@import "compass/css3";
/* line 31, ../scss/style.scss */
.content {
width: 28.57143%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment