From 2f598e35a0954532388960c5cf0e2855a076d48c Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 4 Mar 2012 14:11:51 -0800 Subject: [PATCH] when > 0 rather than when not 0 --- docs/assets/bootstrap.zip | Bin 54463 -> 54463 bytes less/mixins.less | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 84c5698f6590c3e046cefcc7df2df52af1cb0eba..e84dd00cc827b647873cb9de3c526bad8fcd0aa8 100644 GIT binary patch delta 469 zc-q^)l6n71W}X0VW)?065Qr(9$fL-X|03AG;Kk&?OTt`85&^165)=D4n1Et4Y{6pr zFE-xJ=L8B&_Th4bifo?D^_U$bR3T&p6WSnDVhj>eb2EdQwK>V{gaOE;02%(w+;siW z5KabWbZaJ;lsm(W*jrvH01~q3fLXn{x}zE_^kaq!h6^X#&oqEpRXQ_75hQeamkC<| zL@VoVWl@lj)&+g0e2_L-5U=2p%;aeo#33T$ll3mMfke+;@J17{y6BH4vg)D(nh5tL q7Zj6?(d3U@3PckzyX=jmW6@KGumy|F zc)Ia+J||FMvJaOdRAlpHuE*>kp$Z`*n9v5H5@V2%nwuHatj$SoCk#L)1<3Gc=BDe1 zhHx@4qgyk%q}&;1#NP5s0g#YI2h8ft)g9Gfp&v6;FkCpkTzKmui%o*Y@Xh v2=^ry6qAk7 0) { ~".span@{index}" { .span(@index); } #grid .spanX(@index - 1); } - .spanX (@index, @child) when not (@index = 0) and (@child) { + .spanX (@index, @child) when (@index > 0) and (@child) { ~"> .span@{index}" { .span(@index); } #grid .spanX(@index - 1); } .spanX (0) {} - .offsetX (@index) when not (@index = 0) { + .offsetX (@index) when (@index > 0) { ~".offset@{index}" { .offset(@index); } #grid .offsetX(@index - 1); } -- 2.47.3