I'm wanting every build to change the css of my application in a random way.
Example:
$menu-color: #0097a7; // retonar apenas uma cor
$menu-color: random(#0097a7,#FAFAFA,#7FB800); // retorna uma color aleatoria.
As random returns only a random number this would not be the solution, how could I solve it?