(url: string, importer?: string)
| 373 | async handler(raw, id) { |
| 374 | const { environment } = this |
| 375 | const resolveUrl = (url: string, importer?: string) => |
| 376 | idResolver(environment, url, importer) |
| 377 | |
| 378 | const urlResolver: CssUrlResolver = async (url, importer) => { |
| 379 | const decodedUrl = decodeURI(url) |