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 2e1d49b commit 106808eCopy full SHA for 106808e
test/test.js
@@ -201,7 +201,7 @@ describe('postcss-css-variables', function() {
201
expect(colorDecl.value).to.be.equal('undefined');
202
203
expect(result.warnings()[0].type).to.be.equal('warning');
204
- expect(result.warnings()[0].text).to.be.equal('variable --missing is undefined and used without a fallback');
+ expect(result.warnings()[0].text).to.be.equal('variable --missing is undefined and used without a fallback');
205
});
206
207
0 commit comments