Skip to content

Instantly share code, notes, and snippets.

@evantravers
Created March 26, 2014 21:52
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 evantravers/9794454 to your computer and use it in GitHub Desktop.
Save evantravers/9794454 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="foo">foo</div>
// ----
// libsass (v0.7.0)
// ----
@import "bourbon/bourbon";
@import "neat/neat";
.sidebar {
@include span-columns(4);
}
.body {
@include span-columns(8);
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.sidebar {
float: left;
display: block;
margin-right: 2.35765%;
width: 31.76157%; }
.sidebar:last-child {
margin-right: 0; }
.body {
float: left;
display: block;
margin-right: 2.35765%;
width: 65.88078%; }
.body:last-child {
margin-right: 0; }
<div class="foo">foo</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment