Skip to content

Instantly share code, notes, and snippets.

@jpdevries
Created February 20, 2015 16:34
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 jpdevries/523455ef5fb32333e541 to your computer and use it in GitHub Desktop.
Save jpdevries/523455ef5fb32333e541 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.1.0)
// ----
@import "bourbon/bourbon";
@import "neat/neat";
.focus {
@include outer-container(); // default 12column grid
.primary {
@include span-columns(6); // take up half
}
.secondary {
@include span-columns(6); // talk up the other half
}
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
.focus {
max-width: 68em;
margin-left: auto;
margin-right: auto; }
.focus:after {
content: "";
display: table;
clear: both; }
.focus .primary {
float: left;
display: block;
margin-right: 2.35765%;
width: 48.82117%; }
.focus .primary:last-child {
margin-right: 0; }
.focus .secondary {
float: left;
display: block;
margin-right: 2.35765%;
width: 48.82117%; }
.focus .secondary:last-child {
margin-right: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment