Live LESS Compiling
Just go ahead and type right in there
// Variables @background: hsl(10, 70%, 10%); @editor-font: consolas, monospace; // Styles body { background: lighten(@background, 20%); } textarea { font-family: @editor-font; font-size: 0.7em; }