Is there a way to compile and require SASS files from node_modules with Meteor?

I have installed React-Toolbox, that needs to:

compile and require SASS files located in your node_modules

I am trying to use fourseven:scss package, but isn’t working. Should I be using a different package?

Try Meteor CSS Modules package and these instructions.

3 Likes