Set CSS properties on one or more elements. Get computed CSS property values from a single element.
Uses setProperty for custom properties (--*) and direct
style access for standard properties, matching browser conventions.
Set CSS properties on one or more elements. Get computed CSS property values from a single element.
Uses setProperty for custom properties (--*) and direct
style access for standard properties, matching browser conventions.
Remove CSS properties from one or more elements.
Resets standard properties to empty string and uses
removeProperty for custom properties.
Set CSS properties on one or more elements. Get computed CSS property values from a single element.
Uses
setPropertyfor custom properties (--*) and direct style access for standard properties, matching browser conventions.