pathable:compass

v1.0.0Published 7 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

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 pathable:compass

Usage

Simply import any Compass mixin at the top of your sass file

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

Or if you want to only use one submodule

@import "{pathable:compass}/compass/reset";

Notes

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