Module loaders/postcss/url/utils
Functions
Const isDeclWithUrl
- isDeclWithUrl(decl: default): boolean
Parameters
Returns boolean
Const walkUrls
- walkUrls(parsed: ParsedValue, callback: (url: string, node?: Node) => void): void
Parameters
parsed: ParsedValue
callback: (url: string, node?: Node) => void
- (url: string, node?: Node): void
Parameters
url: string
Optional node: Node
Returns void
Returns void