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 a864999 commit 83f0986Copy full SHA for 83f0986
lib/index.js
@@ -30,6 +30,7 @@ module.exports = {
30
// strictly to a terminal substring of the input CSS. This should always
31
// be the case, but if it ever isn't, we prefer to fail instead of
32
// producing potentially invalid output.
33
+ // istanbul ignore next
34
if (offset + node.source.input.css.length !== input.css.length) {
35
throw new Error('Invalid state detected in postcss-less');
36
}
0 commit comments