Skip to content

Commit

Permalink
Merge pull request #163 from MrFjords/patch-1
Browse files Browse the repository at this point in the history
Update _pxToEm.scss
  • Loading branch information
mobywhale-chan committed Jul 9, 2013
2 parents 748c194 + bcf29f7 commit 7bc58bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oocss/src/components/utils/_pxToEm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$list: ();

@each $value in $values {
@if ($value == 0) {
@if ($value == 0 or $value == auto) {
$list: append($list, $value);
} @else {
$emValue: ($value/$elFontSize)+em;
Expand Down

0 comments on commit 7bc58bf

Please sign in to comment.