
LESS::Compiler turns your LESS code into CSS.
Copy & paste your LESS code into the textarea and click "Compile LESS!". In a few moments, your compiled CSS is returned. You can optionally have your CSS output minified by clicking the toggle button in the upper right.
The dynamic stylesheet language. LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only). It is generally best to compile it to CSS before placing it on your site.