simison / bootstrap3-less

(deprecated) Bootstrap 3 for Meteor, with Less.
60 stars 19 forks source link

Less Compile Issue #7

Closed funkyeah closed 10 years ago

funkyeah commented 10 years ago

I added this package and got the error message:

=> Errors prevented startup:

While building the application: packages/bootstrap3-less/lib/less/carousel.lessimport:64:3: Less compiler error: Named argument for .horizontal @start-color not found

I commented out the carousel import and everything seems to work fine if I do that.

I dug into this a bit and the only thing that I can seem to come up with is that maybe a recent update to Boostrap which changes delimiters from commas to semicolons is not supported by the outdated less package that meteor includes (1.3.3 vs the latest which is 1.5.0)

Anyone else seeing this or have a workaround

simison commented 10 years ago

Meteor now has newer less compiler (1.6).