@lesjoursfr/browser-tools
    Preparing search index...

    Function updateCSSOfElements

    • Update the given CSS property. If the value is null the property will be removed.

      Parameters

      • selector: string

        the CSS selector of the nodes to update

      • property: string | { [key: string]: string | null }

        multi-word property names are hyphenated (kebab-case) and not camel-cased.

      • value: string | null = null

        (default to null)

      Returns void