How can I use LESS in jsfiddle?

610 views Asked by At

I'm new with jsfiddle, and I trying to use LESS but I did not see it in the language options, how can I make it work with LESS.

I try to link less.min.js in external resources but neither worked

Please help me.

EDIT1:

I'm proving some features of less and that I want is compile my LESS just on jsfiddle to see the result right there

1

There are 1 answers

3
Shiva On BEST ANSWER

jsFiddle does not directly support less, so fork this

http://jsfiddle.net/T2Xe9/

that @aaronlayton has created and you should be good to go.