Skip to content

Instantly share code, notes, and snippets.

@jnslxndr
Created August 8, 2014 08:56
Show Gist options
  • Save jnslxndr/f02cd461e8f01a1eb57f to your computer and use it in GitHub Desktop.
Save jnslxndr/f02cd461e8f01a1eb57f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="container">
Container
</div>
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// Singularity.gs (v1.2.0.rc.6)
// ----
@import "singularitygs";
@include add-grid(4);
.container {
@include background-grid($color: blue);
margin: 0 auto;
height: 100%;
}
.container {
margin: 0 auto;
height: 100%;
}
<div class="container">
Container
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment