Skip to content

Instantly share code, notes, and snippets.

@crswll
Last active August 29, 2015 14:11
Show Gist options
  • Save crswll/4824dc1be769ae5e7a89 to your computer and use it in GitHub Desktop.
Save crswll/4824dc1be769ae5e7a89 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.0.2)
// ----
%column {
float: left;
}
.one-column {
float: left;
width: 10%;
}
.two-column {
float: left;
width: 20%;
}
.three-column {
float: left;
width: 30%;
}
.four-column {
float: left;
width: 40%;
}
.sidebar {
@extend .four-column;
}
.content {
@extend .two-column;
}
.more {
@extend .four-column;
}
.one-column {
float: left;
width: 10%; }
.two-column, .content {
float: left;
width: 20%; }
.three-column {
float: left;
width: 30%; }
.four-column, .sidebar, .more {
float: left;
width: 40%; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment