Skip to content

Commit

Permalink
add test coverage for more position mixin use cases
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlacroix committed May 6, 2014
1 parent 6b1d6e9 commit 09f3b62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/fixtures/features.scss
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,11 @@ $gw-gutter: 40px;
}

.position {
@include position(relative);
@include position(relative, 0px 0 0 100px);
@include position(relative, 0 0 0 0);
@include position(relative, 0 3em 0 3em);
@include position(relative, null null null null);
}

.prefixer {
Expand Down

0 comments on commit 09f3b62

Please sign in to comment.