bdkjones / CodeKit-1-Old

147 stars 1 forks source link

Lastest release of codekit doesnt recognize inputs #644

Closed Clegacy closed 11 years ago

Clegacy commented 11 years ago

Hi, I had a project using less that compiled fine in a previous build of codekit. I recently did the latest update and now codekit no longer understands or compiles the following.

.spanX (@index) when (@index > 0) { (~".span@{index}") { .span(@index); } .spanX(@index - 1); }

bdkjones commented 11 years ago

You need to update your code to be compatible with Less 1.4+ syntax. See lesscss.org for details.

The newest version of Less introduced some backwards-incompatible syntax changes.

Clegacy commented 11 years ago

Thanks! Figured it out

On Jul 16, 2013, at 6:34 PM, bdkjones notifications@github.com wrote:

You need to update your code to be compatible with Less 1.4+ syntax. See lesscss.org for details.

The newest version of Less introduced some backwards-incompatible syntax changes.

— Reply to this email directly or view it on GitHubhttps://github.com/bdkjones/CodeKit/issues/644#issuecomment-21079312 .