Skip to content

Parsing RGB with alpha is broken #755

Closed
@masoudnkh

Description

@masoudnkh

i use php-css-parser but not coverage this code:

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgb(240 240 240 / 10%)!important;
}

remove unused css code and good work for all code but when i exclude ".wp-block-table.is-style-stripes" the output is empty like:

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions