Get to know MDN better
Since July 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
The read-only initialValue nullable property of the CSSPropertyRule interface returns the initial value of the custom property registration represented by the @property rule, controlling the property's initial value.
A string which is a <declaration-value>.
This stylesheet contains a single @property rule. The first CSSRule returned will be a CSSPropertyRule representing this rule. The initialValue property returns the string "#c0ffee" this being the value of the initial-value property in the CSS.
| CSS Properties and Values API Level 1 # dom-csspropertyrule-initialvalue |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Jun 10, 2025 by MDN contributors.
Your blueprint for a better internet.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.