Open
Description
I still think this is misleading on the website:
LESS runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only).
Everyone I know in web-development would assume that saying "LESS runs client-side" means it's good to go for production, when what we (currently) mean here is that you can test it in the browser.
How about:
LESS compiles on the server-side (with Node.js, Rhino, and others), or you can easily try it client-side (on modern browsers).
"Try" implying "testing"