Compass 0.13.alpha.4 packaged for Meteor
- Make sure to add SASS support to your meteor app:
$ meteor add fourseven:scss
- From within your Meteor app's directory:
$ meteor add francocatena:compass
Simply import any Compass mixin at the top of your sass file
@import "{francocatena:compass}/compass";
Or if you want to only use one submodule
@import "{francocatena:compass}/compass/reset";
Versions 0.6.0 and onwards are only compatible with Meteor 1.2 or above