Skip to content

Commit

Permalink
fixed import for nodejs without webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho committed Jun 26, 2018
1 parent e54d96d commit b3c75fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse.es6
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const Input = require('postcss/lib/input')

const Parser = require('./parser')
const Parser = require('./parser.es6')

module.exports = (sass, opts) => {
const input = new Input(sass, opts)
Expand Down

0 comments on commit b3c75fb

Please sign in to comment.