Convert CSS to LESS
With this tool you will be able to convert your CSS code into LESS style code. LESS which stands for 'Leaner Style Sheets' is a dynamic preprocessor style sheet language that can be compiled into CSS and run on the client side or server side. With LESS code you can define variables that start with an @ symbol.
How to Use?
The css to less converter is a web tool that will convert your css code to less code.
- Copy your existing css code into the textarea above.
- Or, if you would like to see how it works first, click on 'Sample' and this will load a sample css file to convert.
- Once you've done that click on 'Convert' and your new less code will be converted into the lower textarea.
- Click on 'Copy' to copy the less code on to the clipboard.
- Or, click on 'Download' to save a file to your computer.