Compile LESS to CSS
This online tool will compile your LESS code into CSS style code that can be used within your webpages or external stylesheets. This tool will insert all variables that begin with the @ symbol and insert them into the new CSS code.
LESS Code
CSS Code
How to Use?
The less to css compiler is a webtool that is designed to compile your less code to css code.
- Enter the less code you would like compiled into the textarea above.
- Click on 'Compile' for the code to be compiled into a css stylesheet.
- Once it has been compiled, you may download a cs file or copy the code to the clipboard.
- If you need to check out how this tool works first, click on 'Sample' to see what happens.
- Your newly compiled css code can now be used in your projects.