Inside a CSS custom property declared with `@property`, you set `syntax: "<length>"` and `inherits: false`. A child element does not set the property itself. What value does the child compute for it?
@property --gap {
syntax: "<length>";
inherits: false;
initial-value: 8px;
}