Skip to content

Instantly share code, notes, and snippets.

@Morgul
Last active April 23, 2018 22:37
Show Gist options
  • Save Morgul/b8d11b71133527ea3987850351c8c73d to your computer and use it in GitHub Desktop.
Save Morgul/b8d11b71133527ea3987850351c8c73d to your computer and use it in GitHub Desktop.
Sass configuration for Bootstrap and Parcel
const path = require('path');
const cwd = process.cwd();
module.exports = {
"includePaths": [
path.resolve(cwd, 'node_modules')
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment