4

I recently started to use LESS for my CSS coding and also upgraded from CSSEdit to the recent Espresso 2 app. Is there a good LESS sugar out there for Espresso 2?

Im highly addicted to using the x-ray feature in Espresso and the inspector and I need my fix soon :)

Bartek Lipinski
  • 30,698
  • 10
  • 94
  • 132
Andri
  • 153
  • 1
  • 6
  • I decided to not use any of the Espresso sugars that I've come across, simply because none of them automatically indent the code when nesting rules, a feature of LESS I use extensively. So I opted for merely adding 'less' to the list of css-compatible languages. Not bug free at all, but does the job. My write-up of how to do it here: http://deliciouslyweird.com/2013/04/getting-support-for-less-in-espresso/ – InanisAtheos Apr 05 '13 at 12:40

3 Answers3

2

The most up to date one is here

https://github.com/mkoistinen/LESS.sugar

lunelson
  • 561
  • 6
  • 11
2

https://github.com/cellfusion/LESS.sugar

looks like it will do the job.

Rich Bradshaw
  • 71,795
  • 44
  • 182
  • 241
0

This is the most recent version: https://github.com/alexanderweiss/LESS.sugar

Probably also most stable, but I used it much just yet.

elliottregan
  • 1,301
  • 1
  • 13
  • 33