bdkjones / CodeKit-1-Old

146 stars 1 forks source link

v1.7 ParseError #640

Closed ghost closed 11 years ago

ghost commented 11 years ago

Just updated to v1.7 and now when I attempt to compile I am getting a ParseError. The compile fails. Everything was working a-ok before the update and I didn't make any changes to the mixins.less file that the error points to:

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

562 .spanX(@index - 1);

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

Am using CodeKit 1.7 to compile Bootstrap (v2.2.2) using the Roots framework for WordPress (v6.2.0).

Mac OS X 10.8.4

ghost commented 11 years ago

Ok, I realized that I was on an outdated version of Bootstrap. Updated to v2.3.2 and the compiling now works.