Skip to content

Instantly share code, notes, and snippets.

@stacyk
Created January 6, 2015 17:48
Show Gist options
  • Save stacyk/0ac64413d712abd4b1db to your computer and use it in GitHub Desktop.
Save stacyk/0ac64413d712abd4b1db to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// Bourbon (v4.0.2)
// Neat (v1.6.0)
// ----
@import "bourbon/bourbon";
@import "neat/neat";
.site {
@include outer-container;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.site {
max-width: 68em;
margin-left: auto;
margin-right: auto;
}
.site:after {
content: "";
display: table;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment