I have the following code:
@color : #d14836; .stripes span { -webkit-background-size: 30px 30px; -moz-background-size: 30px 30px; background-siz
It seems that with the recent Less update 3.81, you can use just two arguments in the rgba() function.
rgba(white, 0.3) or rgba(white, 30%) => rgba(255, 255, 255, 0.3)
It works for me, but I can't find it in the official documentation.