Closed
Description
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) {
}