Skip to content

Sass and React Toolbox Support

Nathan Reid edited this page Jun 20, 2016 · 3 revisions

React Toolbox example / instructions

To enable Sass compilation, first install the package using the following command:

meteor npm install --save-dev node-sass

If you are using React Toolbox, you may need to install [email protected].

Finally, update the extensions option to include sass files:

"extensions": ["scss"]

If you are using a different file extension, set it in both the extensions property and enableSassCompilation properties.

See Package Options for more details.