Meteor-Community-Packages / meteor-scss

Node-sass wrapped to work with meteor.
MIT License
311 stars 72 forks source link

Does this work with Smart Packages? #33

Closed ghost closed 10 years ago

ghost commented 10 years ago

I have .SCSS files in my main project client compiling, but I don't know how to configure this to compile the files in a custom package.

I have tried configuring the scss.json file and including the path to the scss folder in my package, but it still doesn't compile.

Any suggestions?

ghost commented 10 years ago

Ok, I guess the preferred way seems to be to have a top-level .SCSS file in my project and import from my packages file. The MeteorJS LESS feature will also find and compile LESS files in packages.