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 3e9b807 commit a5838d9Copy full SHA for a5838d9
1 file changed
plugins/postcss-rebase-url/test/unit/ignored.mjs
@@ -7,7 +7,6 @@ import { rebase } from '../../src/rebase.mjs';
7
'https://example.com/foo.png',
8
'/assets/css/components',
9
'/assets/css',
10
- '/assets/css',
11
),
12
false,
13
);
@@ -19,7 +18,6 @@ import { rebase } from '../../src/rebase.mjs';
19
18
'//example.com/foo.png',
20
21
22
23
24
25
0 commit comments