Skip to content

Commit

Permalink
Merge pull request #173 from hellodeloo/patch-3
Browse files Browse the repository at this point in the history
Update _03-grids.scss
  • Loading branch information
raphaelgoetter committed Nov 20, 2015
2 parents 4747400 + 99d79fc commit b67a9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/_03-grids.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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); }
@mixin uneven-grid($left:$left, $right:$right, $gutter:$gutter) {
& > *:nth-child(odd) {
Expand Down Expand Up @@ -195,4 +195,4 @@

.#{$kna-namespace}push {
margin-left: auto;
}
}

0 comments on commit b67a9cc

Please sign in to comment.