Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Patched rhythm.less
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPanoz committed Mar 21, 2016
1 parent 437cc53 commit 77929ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion less/rhythm.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
margin: 0;
}

.margin(@nb) { // We convert left and right to % since em will reflow with font-size
.margin(@nb)
when (@nb > 0) { // We convert left and right to % since em will reflow with font-size
margin: ((@nb * (@scale / @computeScale)) + 0em) (@nb * 5%);
}

Expand Down

0 comments on commit 77929ec

Please sign in to comment.