@import url(http://some-site.com/fonts/1);
@import url(something.css);
/[redacted]/node_modules/sass-graph/parse-imports.js:20
throw new Error('Encountered invalid @import syntax.');
^
Error: Encountered invalid @import syntax.
at parseImports (/[redacted]/node_modules/sass-graph/parse-imports.js:20:15)
at Graph.addFile (/[redacted]/node_modules/sass-graph/sass-graph.js:69:17)
at /[redacted]/node_modules/sass-graph/sass-graph.js:54:13
at arrayEach (/[redacted]/node_modules/lodash/lodash.js:537:11)
at Function.forEach (/[redacted]/node_modules/lodash/lodash.js:9359:14)
at new Graph (/[redacted]/node_modules/sass-graph/sass-graph.js:53:7)
at Object.module.exports.parseDir (/[redacted]/node_modules/sass-graph/sass-graph.js:156:17)
(mostly) reduced test case: https://github.com/RoyTinker/node-sass-watch-import-css-bug
CSS:
Error: