@property --rixel-bottom {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

@property --rixel-height {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

@property --rixel-left {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

@property --rixel-positioning {
    syntax: 'eg | ep';
    inherits: true;
    initial-value: ep;
}

@property --rixel-right {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

@property --rixel-sizing {
    syntax: 'eg | ep';
    inherits: true;
    initial-value: ep;
}

@property --rixel-top {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

@property --rixel-width {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}