- If you don't keep all your sass in one file, you will undoubtedly run into an issue with the order that your sass files are loaded. (Meteor loads depth first).
- It is a pain to maintain relative paths to each file of common styling you wish to import.
- Explicit ordering of the interpretation of sass files.
- Tidying up of client template and javascript folders.
Clone this github repository into your [working_directory]/packages/ directory.
Each time you add a new file to the client/styles directory, be sure to add the file to package.js and import.scss.