How to use less css in mac?

2011-08-03 Thread Jithin Emmanuel
Can some one please point out how to use less css along with compressor extension? I use mac 10.6.8 and I am trying to use an existing project which was initially setup in windows. I am trying to figure out what I should give here. COMPRESS_PRECOMPILERS = (

Re: How to use less css in mac?

2011-08-03 Thread Tom Evans
On Wed, Aug 3, 2011 at 10:10 AM, Jithin Emmanuel wrote: > Can some one please point out how to use less css along with compressor > extension? > I use mac 10.6.8 and I am trying to use an existing project which was > initially setup in windows. > I am trying to figure out what I should give here.

Re: How to use less css in mac?

2011-08-03 Thread francescortiz
LESS combines CSS and javascript which I think that goes beyond the safe line, so I vote for SCSS ( http://sass-lang.com/ ) that also has a python version ( http://github.com/Kronuz/pyScss ). LESS is based on an "older" version of SCSS that didn't follow CSS syntax (SASS). On Aug 3, 1:52 pm, Tom

Re: How to use less css in mac?

2011-08-05 Thread Eugene Lazutkin
Inline. On 08/03/2011 08:21 AM, francescortiz wrote: > LESS combines CSS and javascript which I think that goes beyond the What does it mean? Care to give an example? Like textually combining both languages? Or does it produces both JavaScript and CSS files? Last time I checked (today) it is a s

Re: How to use less css in mac?

2011-08-08 Thread francescortiz
For the javascript part, the last thing they say before the footer in lesscss.org is that you can embed javascript variables inside the css: It is also possible to access the JavaScript environment: @height: `document.body.clientHeight`; I don't know how they handle it, but I don't find