Re: [web2py] Re: LessCSS -- really interesting CSS "compiler"

2011-06-27 Thread Anthony
Unless you need to generate CSS dynamically based on the request, I would think it would be more efficient to compile the CSS once and serve it from 'static' -- that would avoid repetitive computation and allow for browser caching, no? It's also more portable that way. Anthony On Monday, June

Re: [web2py] Re: LessCSS -- really interesting CSS "compiler"

2011-06-27 Thread Michele Comitini
Wouldn't it be nice to manage the lesscss variables (they look much like macros) from inside web2py? That would add just a tiny computational effort on the server. mic 2011/6/27 Massimo Di Pierro : > I agree. Moreover when we move stuff like this to the client our apps > get faster, when we move

Re: [web2py] Re: LessCSS -- really interesting CSS "compiler"

2011-06-25 Thread Stef Mientki
On 25-06-2011 13:51, Joe Barnhart wrote: > That's http://lesscss.org/ Sheesh. > > On Jun 25, 7:50 pm, Joe Barnhart wrote: >> http://lescss.org/ thanks Joe, I've looking for such a tool for years. cheers, Stef