bdkjones / CodeKit-1-Old

146 stars 1 forks source link

Error compiling bootstrap v3 #659

Closed mattclegg closed 11 years ago

mattclegg commented 11 years ago

ParseError: Unrecognised input in /bootstrap/less/mixins.less on line 561, column 7: 560 .spanX (@index) when (@index > 0) { 561 (~".span@{index}") { .span(@index); } 562 .spanX(@index - 1);

bdkjones commented 11 years ago

This is not a CodeKit issue. They mistyped line 561. The error is in Bootstrap.

Sent from my iPhone

On Aug 14, 2013, at 6:46, mattclegg notifications@github.com wrote:

ParseError: Unrecognised input in /bootstrap/less/mixins.less on line 561, column 7: 560 .spanX (@index) when (@index > 0) { 561 (~".span@{index}") { .span(@index); } 562 .spanX(@index - 1);

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

mattclegg commented 11 years ago

Yes, your right. https://github.com/twbs/bootstrap/commit/042bb9b51510573a9a1db6bc66cb16311d0d580b#less/mixins.less