To use bourbon take the following steps:
- Install node-bourbon
cd client && yarn install --save node-bourbon
- Update bootstrap-sass.js to use the right paths:
// Add this
var bourbonPaths = require('node-bourbon').includePaths;
module.exports = {
// ...
// And update this
styleLoader: 'style-loader!css-loader!sass-loader?imagePath=/assets/images&includePaths[]=' + bourbonPaths,
@import 'bourbon';
Import bourbon from your scss file