francocatena / meteor-compass

MIT License
14 stars 2 forks source link

unable to load compass #8

Closed wykhuh closed 9 years ago

wykhuh commented 9 years ago

I upgrade Meteor 1.2.0.2. When I start Meteor, I get an error. I stopped and restarted the app as per the README, but that did not solve the problem.

While processing files with fourseven:scss (for target web.browser): /main.scss: Scss compiler error: File to import: compass not found. Import origin: /main.scss

francocatena commented 9 years ago

Hi @wykhuh,

Now this package is compatible with Meteor 1.2.

Be aware of the new syntax:

@import "{francocatena:compass}/compass";

Try it and let me know any issues.

Cheers.