@red: #ff0000 ; @blue: #0000ff ; @green: #00ff00 ; .mixina (@style, @width, @color: black) { border: @width @style @color; } #divRed { height: 100px; background-color: @red; .mixina(dotted, 2px); } #hBlue { text-align: center; position: absolute; background-color: @green; color: @blue; } Less Test Style #divBlue { height: 200px; color: blue; }

Less Test

Tag yellow