We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
"extensions": ["scss"]
If you are using a different file extension, set it in both the extensions property and enableSassCompilation properties.
enableSassCompilation
See Package Options for more details.