Re: LESS CSS

2012-08-09 Thread André Luis
Talk **»* thiago.belem.web > *LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt > > > > On Thu, Jul 19, 2012 at 10:10 AM, Jeremy Burns | Class Outfit < > jerem...@classoutfit.com > wrote: > >> Why? >> >> >> Jeremy Burns >> Class Outfit >> &g

Re: LESS CSS

2012-07-19 Thread Thiago Belem
k **»* thiago.belem.web *LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt On Thu, Jul 19, 2012 at 10:10 AM, Jeremy Burns | Class Outfit < jeremybu...@classoutfit.com> wrote: > Why? > > > Jeremy Burns > Class Outfit > > http://www.classoutfit.com > > On 19 Jul 2012, a

Re: LESS CSS

2012-07-19 Thread Jeremy Burns | Class Outfit
Why? Jeremy Burns Class Outfit http://www.classoutfit.com On 19 Jul 2012, at 13:41:39, André Luis wrote: > The problem is: I need to add the less css inside a view using > $this->Html->css('file.less',false,array('inline'=>false)); > > In my opinion i

Re: LESS CSS

2012-07-19 Thread André Luis
The problem is: I need to add the less css inside a view using $this->Html->css('file.less',false,array('inline'=>false)); In my opinion it would be nice if CakePHP checks for the extension, if there is no extension it adds .css, but if exists, it doesnt. Em quin

Re: LESS CSS

2012-07-19 Thread Jeremy Burns | Class Outfit
the less files. And the less script doesnt >> accepts .css files =( > > You're not serving .less files to the browser though are you? If you > are you won't be too popular with Internet Explorer users. > > This is how to do it anyway: > > http://www.syahzul.com/

Re: LESS CSS

2012-07-19 Thread Andy Gale
t; change my core files to accept the less files. And the less script doesnt > accepts .css files =( You're not serving .less files to the browser though are you? If you are you won't be too popular with Internet Explorer users. This is how to do it anyway: http://www.syahzul.com/cakep

LESS CSS

2012-07-19 Thread André Luis
Hi people, i dont know if here is the right place to ask for this, but it would be nice if the HTML helper detects if the desired css file is a .css or .less, them it doesnt put a .css in front of the file, i always need to change my core files to accept the less files. And the less script doesn