Skip to content

Instantly share code, notes, and snippets.

@CassyJens
Created March 23, 2015 22:51
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 CassyJens/27e13cc4ae586f2f885f to your computer and use it in GitHub Desktop.
Save CassyJens/27e13cc4ae586f2f885f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class='container'>
<div class='block'> </div>
<div class='block'> </div>
<div class='block'> </div>
<div class='block'> </div>
</div>
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// Singularity.gs (v1.5.1)
// ----
@import "singularitygs";
@include add-grid(14);
.container {
background-color: lightpink;
height: 100px;
width: 100%;
}
.block {
@include grid-span(3, 2, $output-style: 'float');
background-color: lightgrey;
height: 25px;
}
.block:first-of-type {
margin-left: grid-span(1, 1);
}
.container {
background-color: lightpink;
height: 100px;
width: 100%;
}
.block {
width: 20.28986%;
clear: right;
float: left;
margin-right: 1.44928%;
background-color: lightgrey;
height: 25px;
}
.block:first-of-type {
margin-left: 7.24638%;
}
<div class='container'>
<div class='block'> </div>
<div class='block'> </div>
<div class='block'> </div>
<div class='block'> </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment