Skip to content

Commit

Permalink
Added first-child pseudo class to .offsetX:first-child declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
trabus committed Sep 24, 2012
1 parent 71fea1f commit c3ccce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/compass_twitter_bootstrap/_mixins.scss
Expand Up @@ -619,7 +619,7 @@
.offset#{$i} {
@include fluid-offset($i, $columnWidth, $gutterWidth);
}
.offset#{$i} {
.offset#{$i}:first-child {
@include fluid-offset-first-child($i, $columnWidth, $gutterWidth);
}
$i: $i - 1;
Expand Down

0 comments on commit c3ccce2

Please sign in to comment.