Skip to content

Commit

Permalink
Update files/en-us/web/api/cssstyledeclaration/setproperty/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Jan 6, 2025
1 parent 2af0c16 commit 50ccb75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ setProperty(propertyName, value, priority)
- : A string containing the new property value. If not specified, treated as the empty string.
A [`null`](/en-US/docs/Web/JavaScript/Reference/Operators/null) value is treated the same as the empty string (`""`).

> [!NOTE] > `value` must not contain `"!important"`, that should be set using the `priority` parameter.
> **Note:** `value` must not contain `"!important"`, that should be set using the `priority` parameter.
- `priority` {{optional_inline}}

Expand Down

0 comments on commit 50ccb75

Please sign in to comment.