Skip to content

Commit

Permalink
feat(index): Allow extensions for .postcssrc
Browse files Browse the repository at this point in the history
  • Loading branch information
daltones authored and michael-ciniawsky committed Feb 13, 2017
1 parent 699fb6c commit 0d3bf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = function postcssrc (ctx, path, options) {

path = path ? resolve(path) : process.cwd()

options = assign({}, options)
options = assign({rcExtensions: true}, options)

if (!ctx.env) process.env.NODE_ENV = 'development'

Expand Down

0 comments on commit 0d3bf35

Please sign in to comment.