Merge pull request #173 from hellodeloo/patch-3

Update _03-grids.scss
This commit is contained in:
Raphael Goetter 2015-11-20 09:49:30 +01:00
commit b67a9ccd34

View File

@ -136,7 +136,7 @@
} }
} }
// LESS mixins for *unequal* columns grid container // Sass mixins for *unequal* columns grid container
// example : .grid-perso { @include uneven-grid(2, 1); } // example : .grid-perso { @include uneven-grid(2, 1); }
@mixin uneven-grid($left:$left, $right:$right, $gutter:$gutter) { @mixin uneven-grid($left:$left, $right:$right, $gutter:$gutter) {
& > *:nth-child(odd) { & > *:nth-child(odd) {
@ -195,4 +195,4 @@
.#{$kna-namespace}push { .#{$kna-namespace}push {
margin-left: auto; margin-left: auto;
} }