You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<path>/node_modules/node-sass/lib/index.js:440
throw assign(new Error(), JSON.parse(result.error));
^
Error: Invalid CSS after ".test { content:": expected expression (e.g. 1px, bold), was "/** };"
at Object.module.exports.renderSync (<path>/node_modules/node-sass/lib/index.js:440:16)
at Object.fromString (<path>/node_modules/scss-to-json/src/compile.js:17:18)
at Value._parse (<path>/node_modules/scss-to-json/src/value.js:17:28)
at Value (<path>/node_modules/scss-to-json/src/value.js:11:8)
at Declaration._parse (<path>/node_modules/scss-to-json/src/declaration.js:26:18)
at Declaration (<path>/node_modules/scss-to-json/src/declaration.js:14:8)
at <path>/node_modules/scss-to-json/src/processor.js:90:12
at Array.map (native)
at declarationsFromString (<path>/node_modules/scss-to-json/src/processor.js:89:16)
at new Processor (<path>/node_modules/scss-to-json/src/processor.js:104:18)
Yet node-sass will compile it correctly. I might investigate further and create a PR if I find something.
The text was updated successfully, but these errors were encountered:
The following SCSS file
leads to the following error:
Yet
node-sass
will compile it correctly. I might investigate further and create a PR if I find something.The text was updated successfully, but these errors were encountered: