We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab75d0 commit 61c8a3aCopy full SHA for 61c8a3a
parse.es6
@@ -1,6 +1,6 @@
1
const Input = require('postcss/lib/input')
2
3
-const Parser = require('./parser')
+const Parser = require('./parser.es6')
4
5
module.exports = (sass, opts) => {
6
const input = new Input(sass, opts)
0 commit comments