inherits property
bool
get
inherits
The read-only inherits
property of the CSSPropertyRule interface
returns the inherit flag of the custom property registration represented
by the rule, a boolean describing whether or not the property inherits by
default.
Implementation
external bool get inherits;