LESS is more - lean css compiler
This is a front-end to compile LESS. Less is a very cool set of extensions to CSS, allowing for leaner and more efficient CSS code.
Less was released as a command-line tool written in Ruby, but not everyone loves getting dirty with a command line. We wanted to help people try out LESS, so we've put the compiler online as a service. To transform a stylesheet written in less to css, go like this:
http://www.tripeedo.com/less?url=http://www.mysite.com/mycssfile.css
During development, if your stylesheets are publicly accessibly, you can do something like this in your HTML:
<link rel="stylesheet" type="text/css" href="http://www.tripeedo.com/less?url=http://www.mysite.com/my_less_css_file.less" />
Clearly, including a stylesheet like that would not be a good idea on production. We can't promise reliable performance of this site, and if usage gets too heavy we might need to take down this service. In the meantime, enjoy!
Enter the URL of a .less file to compile:
Also, just paste some less code here to compile it: