Skip to content

Commit

Permalink
fix missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
pkboom committed Aug 27, 2020
1 parent d62c78b commit 15bcb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function resolveConfigPath(filePath) {

// require('tailwindcss')({ config: { theme: ..., variants: ... } })
if (_.isObject(filePath) && _.has(filePath, 'config') && _.isObject(filePath.config)) {
undefined
return undefined
}

// require('tailwindcss')('custom-config.js')
Expand Down

0 comments on commit 15bcb8b

Please sign in to comment.