bdkjones / CodeKit-1-Old

147 stars 1 forks source link

Twitter Bootstrap compile errors #641

Closed thgutmann closed 11 years ago

thgutmann commented 11 years ago

Hi Since the last update to version 8317, codekit does complain about a parse error in mixins.less of twitter bootstrap. The same code does compile fine in version 8300.

Here's the log: ParseError: Unrecognised input in /Users/myuser/Sites/ttw/app/webroot/bootstrap/less/mixins.less on line 561, column 7: 560 .spanX (@index) when (@index > 0) { 561 (~".span@{index}") { .span(@index); } 562 .spanX(@index - 1);

I also copied the whole bootstrap folders from another machine with codekit 8300 installed, but it keeps complaining.

nicoandrade commented 11 years ago

Same thing for me. Looks like a problem in the Less compiler in the latest version.

bdkjones commented 11 years ago

Please update to the latest version of Twitter Bootstrap and close the issue. This is not a bug. Less 1.4 has syntax changes that break older code. Cheers!

Sent from my iPhone

On Jul 12, 2013, at 7:29, Nico Andrade notifications@github.com wrote:

Same thing for me. Looks like a problem in the Less compiler in the latest version.

— Reply to this email directly or view it on GitHub.