Gut grid mixins and replace with Susy for greater flexibility

This commit is contained in:
Michael Rose
2016-03-15 12:34:14 -04:00
parent 72661942cf
commit 6c6546c1ea
68 changed files with 4177 additions and 273 deletions

View File

@@ -3,21 +3,16 @@
========================================================================== */
.archive {
@include container;
@include grid(12,10);
@include prefix(12,1);
@include suffix(12,1);
margin-bottom: 2em;
@include breakpoint($small) {
@include grid(12,8);
@include prefix(12,0);
@include suffix(12,0);
@include breakpoint($medium) {
@include span(10 last);
}
}
.archive__item {
// keep content from going to wide when toc is disabled
@include breakpoint($large) {
@include grid(12,6);
}
@include breakpoint($x-large) {
@include grid(12,5);
max-width: span(7 of 10);
}
}