@size: 20px;
@size: 20px;

div.box {
	width: @size;
	height: @size;
	background-color: @globalBoxColor;
}