simison / bootstrap3-less

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

undefined #gradient > .vertical-three-colors #15

Closed tanis2000 closed 10 years ago

tanis2000 commented 10 years ago

Since upgrading to v0.1.9 I'm getting the following error:

Less compiler error: #gradient > .vertical-three-colors is undefined

Here's a gist of the .lessimport that makes the error pop up. https://gist.github.com/tanis2000/9246483

And that's the file that includes it at startup: https://gist.github.com/tanis2000/9246497

Downgrading to 0.1.8 makes it work again.

simison commented 10 years ago

It's important you do: @import "/packages/bootstrap3-less/bootstrap.import.less"; instead of: @import "/packages/bootstrap3-less/lib/less/bootstrap.lessimport"; as was instructed already for 0.1.8.

Notice that you should also change .lessimport to .import.less for your own files as suggested now with Meteor v0.7.1.1

Could you test if it starts working with this change? Check more instructions from Readme file.

tanis2000 commented 10 years ago

Thanks for the instructions, that did the trick. I completely missed the changes in 0.1.8 .. too bad that meteorite doesn't show changelogs when upgrading packages.. :-P

simison commented 10 years ago

Yeah true, anyway good to keep checking readme files and history logs now that Meteor is still pre 1.0.