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 34dcbc2 commit 9a13113Copy full SHA for 9a13113
test.js
@@ -23,22 +23,6 @@ test('no @import-blog', async (t) => {
23
await tester.test(input, output, t);
24
});
25
26
-test('postcss-import test', async (t) => {
27
- const input = `
28
- @import "/Users/dimitrinicolas/Developer/postcss-import-ext-glob/fixtures/css/style.css";
29
- `;
30
-
31
- const output = `
32
- div {
33
- margin: auto;
34
- }
35
36
37
- await tester.test(input, output, t, {
38
- pluginsAfter: [postcssImport],
39
- });
40
-});
41
42
test('simple test', async (t) => {
43
const input = `
44
@import-glob "fixtures/css/foo/**/*.css";
0 commit comments