Update deps, remove some stuff

This commit is contained in:
Nikolai R Kristiansen
2015-06-28 18:05:35 +02:00
parent ddf1081d27
commit 97740d30bf
25 changed files with 794 additions and 440 deletions

View File

@@ -24,7 +24,7 @@
& > .block-grid-item {
width: (100%/$per-row);
$nth-equation: #{$per-row}n+'+'+1;
$nth-equation: #{$per-row}n+1;
&:nth-of-type(n) { clear: none; }
&:nth-of-type(#{$nth-equation}) { clear: both; }
}
@@ -48,4 +48,4 @@
@include block-grids(xs);
@media (min-width: $screen-sm-min) { @include block-grids(sm) }
@media (min-width: $screen-md-min) { @include block-grids(md) }
@media (min-width: $screen-lg-min) { @include block-grids(lg) }
@media (min-width: $screen-lg-min) { @include block-grids(lg) }