commit
b67a9ccd34
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue