Skip to content

Commit

Permalink
I suck
Browse files Browse the repository at this point in the history
  • Loading branch information
CorySimmons committed Oct 22, 2013
1 parent 9ad64a0 commit 2ca69ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions css/jeet/grid.styl
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,10 @@ column(ratios = 1, offset = 0, cycle = 0, uncycle = 0)
&:nth-child({uncycle}n)
margin-{opposite-position(side)} (margin_r)%
float side
&:nth-child({uncycle+1}n)
clear none
if cycle != 0
&:nth-child({cycle}n)
margin-{opposite-position(side)} (margin_last)%
float opposite-position(side)
&:nth-child({cycle+1}n)
clear both
else
&:last-child
margin-{opposite-position(side)} (margin_last)%
Expand Down

0 comments on commit 2ca69ae

Please sign in to comment.