Hello,
I would really love to use the extension because I need support for CSS Variables. The problem is, that as soon as I activate the Extension, the CSS Property border-collapse: inherit isn't applied anymore to the CSS Class that is applied to a table.
The CSS Class looks like the following:
.honor-infobox {
text-align: center;
box-shadow: 5px 5px 10px rgba(0,0,0, .3);
border-radius: 10px;
margin-bottom: 0;
border-collapse: inherit;
border-spacing: .5em;
}
For information about the used version's you can follow this link. I have deactivated the Extension for now so everything get's displayed correctly, but I downloaded it from GitHub a few minutes ago.
Thank's for helping and kind regards, DesignerThan