//replace image //path to image,width of image, background color .replaceImage(@image:'default',@dimension:16px,@color){ background-image: url("@{image}"); background-repeat: no-repeat; background-color: @color; height: 0; padding-top: @dimension; width: @dimension; }