Skip to content

Instantly share code, notes, and snippets.

@napotopia
Created January 9, 2014 22:54
Show Gist options
  • Save napotopia/8343659 to your computer and use it in GitHub Desktop.
Save napotopia/8343659 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
.col {
width: 28%;
float: left;
&+& {
margin-left: 30px;
}
}
.col {
width: 28%;
float: left;
}
.col + .col {
margin-left: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment