Skip to content

Instantly share code, notes, and snippets.

@jnslxndr
Created August 8, 2014 09:05
Show Gist options
  • Save jnslxndr/f112ba870d620e0c00e3 to your computer and use it in GitHub Desktop.
Save jnslxndr/f112ba870d620e0c00e3 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);
@include sgs-change('debug', true);
@include sgs-change('background grid color', #ddd);
.container {
@include background-grid;
margin: 0 auto;
height: 100%;
}
.container {
background-image: linear-gradient(to right, #dddddd 0%, #dddddd 21.05263%, #e5e5e5 21.05263%, #e5e5e5 26.31579%, #dddddd 26.31579%, #dddddd 47.36842%, #e5e5e5 47.36842%, #e5e5e5 52.63158%, #dddddd 52.63158%, #dddddd 73.68421%, #e5e5e5 73.68421%, #e5e5e5 78.94737%, #dddddd 78.94737%, #dddddd);
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