Skip to content

Instantly share code, notes, and snippets.

@fafaradesigns
Created November 17, 2014 00:14
Show Gist options
  • Save fafaradesigns/e22364d0b0c2aacbf193 to your computer and use it in GitHub Desktop.
Save fafaradesigns/e22364d0b0c2aacbf193 to your computer and use it in GitHub Desktop.
susy-layout - 960 asymmetrical - gallery
<body>
<header>header</header>
<nav>navigation</nav>
<article>article</article>
<footer>footer</footer>
</body>
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// Breakpoint (v2.5.0)
// Susy (v2.1.3)
// ----
@import "compass";
@import "breakpoint";
@import "susy";
@include establish-baseline;
$susy: layout(960px (1 2 3 2 1 2) inside-static);
$large: (
columns: 12,
gutter-position: inside,
);
body {
@include container(show);
* { @include gallery(2); }
}
Function valid-column-math finished without @return
<body>
<header>header</header>
<nav>navigation</nav>
<article>article</article>
<footer>footer</footer>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment