Skip to content

Commit 61c8a3a

Browse files
committed
fix for nodejs
1 parent fab75d0 commit 61c8a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parse.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const Input = require('postcss/lib/input')
22

3-
const Parser = require('./parser')
3+
const Parser = require('./parser.es6')
44

55
module.exports = (sass, opts) => {
66
const input = new Input(sass, opts)

0 commit comments

Comments
 (0)