Skip to content

Instantly share code, notes, and snippets.

@dtothefp
Last active September 5, 2015 19:29
Show Gist options
  • Select an option

  • Save dtothefp/eefacc290ec77c9ed7dd to your computer and use it in GitHub Desktop.

Select an option

Save dtothefp/eefacc290ec77c9ed7dd to your computer and use it in GitHub Desktop.
import {includePaths} from 'node-bourbon';
module: {
loaders: [
{
test: /\.scss$/,
loader: `style!css!sass?includePaths[]=${includePaths}`
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment