bdkjones / CodeKit-1-Old

146 stars 1 forks source link

Compilation error in a Bootstrap's LESS file #634

Closed nutedigital closed 11 years ago

nutedigital commented 11 years ago

In version 1.7 I now get compilation errors in Bootstrap LESS files (at least in mixins.less). I haven't touched the mixins.less file. This is annoying as I use Boostrap for many of my projects :)

ParseError: Unrecognised input in /Users/anders/Sites/BitBucket/blisslegacy/bliss-content/themes/rivendell2014/css/mixins.less on line 527, column 7: 526 .spanX (@index) when (@index > 0) { 527 (~".span@{index}") { .span(@index); } 528 .spanX(@index - 1);

(This action was triggered by a change to mixins.less)

bdkjones commented 11 years ago

Are you running the very latest version of Bootstrap?

mvantassel commented 11 years ago

I am also seeing the same error with Bootstrap v2.3.0

bdkjones commented 11 years ago

Talked to the Bootstrap team. This issue is fixed in the latest version, so you just need to update bootstrap and you'll be set.

Sent from my iPhone

On Jul 10, 2013, at 6:36, Matthew VanTassel notifications@github.com wrote:

I am also seeing the same error with Bootstrap v2.3.0

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

mvantassel commented 11 years ago

Great stuff. Thanks!