Options
All
  • Public
  • Public/Protected
  • All
Menu

Module loaders/postcss/url/utils

Index

Functions

Const isDeclWithUrl

  • isDeclWithUrl(decl: default): boolean
  • Parameters

    • decl: default

    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

Generated using TypeDoc