version 6.1.0

see changelog
This commit is contained in:
Raphael Goetter 2017-03-03 16:51:48 +01:00
parent 0a5de6e6c2
commit e29a67981e
11 changed files with 472 additions and 284 deletions

View file

@ -117,7 +117,7 @@ $iefix: 0.01px;
width: calc(100% / #{$divider} - #{$iefix});
}
@each $affix, $size in $grid-gutters {
.has-gutter#{$affix} .#{$flow} {
.has-gutter#{$affix} > .#{$flow} {
width: calc(100% / #{$divider} - #{$size} - #{$iefix});
}
}