I'm using the less mixin which generate a random number, here is the code:
div{
background:#FCFCFC;
margin: 0;
width : @random;
}
The problem here is that the @random variable increase more than it should. I even tried to limit it but then it mess with layout more.
Is there a way constraint the range on @random?