0

I really like the sass -i command, it lets me compile bits of sass and see the result without having to run the whole file. Is there a less compiler out there that has this same functionality? I'm on win7.

CLJ
  • 1,907
  • 5
  • 22
  • 36

2 Answers2

0

Use WinLess

WinLess is a Windows GUI for LESS.js. WinLess is a must-have for the webdeveloper who uses Windows. Its has online as well.

Online LESS Compiler

good luck!

Aamir Shahzad
  • 6,683
  • 8
  • 47
  • 70
-1

It sounds like you're looking for a "Fiddle for C/C++".

There's always codepad:

Or IdeaOne:

paulsm4
  • 114,292
  • 17
  • 138
  • 190
  • 1
    I think you've completely missed the question. The OP is looking for a [LESS](http://lesscss.org) compiler. – Matt Ball May 06 '13 at 18:10
  • 1
    @Matt Ball - you're right - sorry :( CLJ: have you tried WinLess: http://winless.org/? There are provisions for both GUI and command line tools. – paulsm4 May 06 '13 at 18:48
  • @paulsm4 I see the commadline tools, do you know if they have an interactive mode? – CLJ May 11 '13 at 20:04