Skip to content

Instantly share code, notes, and snippets.

@phaedryx
Last active December 14, 2015 12:39
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 phaedryx/5087938 to your computer and use it in GitHub Desktop.
Save phaedryx/5087938 to your computer and use it in GitHub Desktop.
@import "foundation";
#page {
@include grid-row;
}
#content {
@include grid-column(9, $float:left);
}
#navigation {
@include grid-column(3, $float:left);
}
.menu {
@include side-nav;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment