@@ -2202,68 +2202,101 @@ a {
2202
2202
exports[`'exportType' option should work with 'css-style-sheet' value and urls: warnings 1`] = `
2203
2203
Array [
2204
2204
"ModuleWarning: Module Warning (from \`replaced original path\`):
2205
- Warning
2205
+ (120:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background: green url() xyz'
2206
2206
2207
- (120:3) Unable to find uri in 'background: green url() xyz'",
2207
+ Code:
2208
+ background: green url() xyz
2209
+ ",
2208
2210
"ModuleWarning: Module Warning (from \`replaced original path\`):
2209
- Warning
2211
+ (124:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background: green url('') xyz'
2210
2212
2211
- (124:3) Unable to find uri in 'background: green url('') xyz'",
2213
+ Code:
2214
+ background: green url('') xyz
2215
+ ",
2212
2216
"ModuleWarning: Module Warning (from \`replaced original path\`):
2213
- Warning
2217
+ (128:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background: green url(\\"\\") xyz'
2214
2218
2215
- (128:3) Unable to find uri in 'background: green url(\\"\\") xyz'",
2219
+ Code:
2220
+ background: green url(\\"\\") xyz
2221
+ ",
2216
2222
"ModuleWarning: Module Warning (from \`replaced original path\`):
2217
- Warning
2223
+ (132:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background: green url(' ') xyz'
2218
2224
2219
- (132:3) Unable to find uri in 'background: green url(' ') xyz'",
2225
+ Code:
2226
+ background: green url(' ') xyz
2227
+ ",
2220
2228
"ModuleWarning: Module Warning (from \`replaced original path\`):
2221
- Warning
2229
+ (136:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background: green url(
2230
+ ) xyz'
2222
2231
2223
- (136:3) Unable to find uri in 'background: green url(
2224
- ) xyz'",
2232
+ Code:
2233
+ background: green url(
2234
+ ) xyz
2235
+ ",
2225
2236
"ModuleWarning: Module Warning (from \`replaced original path\`):
2226
- Warning
2237
+ (216:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: -webkit-image-set('')'
2227
2238
2228
- (216:3) Unable to find uri in 'background-image: -webkit-image-set('')'",
2239
+ Code:
2240
+ background-image: -webkit-image-set('')
2241
+ ",
2229
2242
"ModuleWarning: Module Warning (from \`replaced original path\`):
2230
- Warning
2243
+ (218:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set('')'
2231
2244
2232
- (218:3) Unable to find uri in 'background-image: image-set('')'",
2245
+ Code:
2246
+ background-image: image-set('')
2247
+ ",
2233
2248
"ModuleWarning: Module Warning (from \`replaced original path\`):
2234
- Warning
2249
+ (219:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(\\"\\")'
2235
2250
2236
- (219:3) Unable to find uri in 'background-image: image-set(\\"\\")'",
2251
+ Code:
2252
+ background-image: image-set(\\"\\")
2253
+ ",
2237
2254
"ModuleWarning: Module Warning (from \`replaced original path\`):
2238
- Warning
2255
+ (220:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(\\"\\" 1x)'
2239
2256
2240
- (220:3) Unable to find uri in 'background-image: image-set(\\"\\" 1x)'",
2257
+ Code:
2258
+ background-image: image-set(\\"\\" 1x)
2259
+ ",
2241
2260
"ModuleWarning: Module Warning (from \`replaced original path\`):
2242
- Warning
2261
+ (221:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(url())'
2243
2262
2244
- (221:3) Unable to find uri in 'background-image: image-set(url())'",
2263
+ Code:
2264
+ background-image: image-set(url())
2265
+ ",
2245
2266
"ModuleWarning: Module Warning (from \`replaced original path\`):
2246
- Warning
2267
+ (222:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(
2268
+ url()
2269
+ )'
2247
2270
2248
- (222:3) Unable to find uri in 'background-image: image-set(
2271
+ Code:
2272
+ background-image: image-set(
2249
2273
url()
2250
- )'",
2274
+ )
2275
+ ",
2251
2276
"ModuleWarning: Module Warning (from \`replaced original path\`):
2252
- Warning
2277
+ (225:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(URL())'
2253
2278
2254
- (225:3) Unable to find uri in 'background-image: image-set(URL())'",
2279
+ Code:
2280
+ background-image: image-set(URL())
2281
+ ",
2255
2282
"ModuleWarning: Module Warning (from \`replaced original path\`):
2256
- Warning
2283
+ (226:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(url(''))'
2257
2284
2258
- (226:3) Unable to find uri in 'background-image: image-set(url(''))'",
2285
+ Code:
2286
+ background-image: image-set(url(''))
2287
+ ",
2259
2288
"ModuleWarning: Module Warning (from \`replaced original path\`):
2260
- Warning
2289
+ (227:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(url(\\"\\"))'
2261
2290
2262
- (227:3) Unable to find uri in 'background-image: image-set(url(\\"\\"))'",
2291
+ Code:
2292
+ background-image: image-set(url(\\"\\"))
2293
+ ",
2263
2294
"ModuleWarning: Module Warning (from \`replaced original path\`):
2264
- Warning
2295
+ (228:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(url('') 1x)'
2265
2296
2266
- (228:3) Unable to find uri in 'background-image: image-set(url('') 1x)'",
2297
+ Code:
2298
+ background-image: image-set(url('') 1x)
2299
+ ",
2267
2300
]
2268
2301
`;
2269
2302
0 commit comments