Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 769 Bytes

bourbon-integration.md

File metadata and controls

16 lines (13 loc) · 769 Bytes

Bourbon integration

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