I have the following code:
@color : #d14836; .stripes span { -webkit-background-size: 30px 30px; -moz-background-size: 30px 30px; background-siz
Actually, the Less language comes with an embedded function called fade. You pass a color object and the absolute opacity % (higher value means less transparent):
fade
fade(@color, 50%); // Return @color with 50% opacity in rgba