Skip to content

Commit

Permalink
Add node_modules/ in includePaths by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thgh committed Dec 22, 2019
1 parent 47cb5b0 commit 638f927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function css (options = {}) {
let dest = options.output

const styles = {}
let includePaths = options.includePaths || []
let includePaths = options.includePaths || ['node_modules/']
includePaths.push(process.cwd())

const compileToCSS = function (scss) {
Expand Down

0 comments on commit 638f927

Please sign in to comment.