/meteor-compass

Primary LanguageCSSMIT LicenseMIT

Compass for Meteor

Compass 0.13.alpha.4 packaged for Meteor

Install

  1. Make sure to add SASS support to your meteor app:
$ meteor add fourseven:scss
  1. From within your Meteor app's directory:
$ meteor add francocatena:compass

Usage

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";

Notes

Versions 0.6.0 and onwards are only compatible with Meteor 1.2 or above