Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/resolve-none-computed-style/src/iterateRules"

Index

Type aliases

Functions

Type aliases

ScorePool

ScorePool: { selector: CSSStyleRule["selectorText"]; specificity: number; style: string | number }[]

Functions

iterateRules

  • iterateRules(rules: CSSRuleList, element: HTMLElement, scoresPool: ScorePool, property: keyof CSSStyleDeclaration): void
  • Parameters

    • rules: CSSRuleList
    • element: HTMLElement
    • scoresPool: ScorePool
    • property: keyof CSSStyleDeclaration

    Returns void

Generated using TypeDoc