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 89247a9 commit 0f04e7bCopy full SHA for 0f04e7b
test/cases/broken.css
@@ -1 +1 @@
1
-a { one color: black }
+a { color:
test/test.js
@@ -12,10 +12,6 @@ describe('postcss-loader', function () {
12
expect(css).to.eql('a { color: blue }\n');
13
});
14
15
- it('prints syntax errors without JS stacktrace', function () {
16
- require('!raw-loader!../!./cases/broken.css');
17
- });
18
-
19
it('processes CSS in safe mode', function () {
20
var css = require('!raw-loader!' +
21
'../?parser=postcss-safe-parser!' +
0 commit comments