How to include Bourbon via node-sass within ReactJS

419 views Asked by At

Started a React project using create-react-app. Both node-sass and bourbon have been added as dev-dependencies.

To what file should the following be added to inform node-sass of bourbon? require("bourbon").includePaths

0

There are 0 answers