Hi,
Every now and then there's need to add classes for unstyling elements.
Like this:
.button-icon {
border: unset;
box-shadow: unset;
}
If we add support for .unstyle class there'll be no need to unset/override styles and it'll come handy.
For example:
.button:not(.unstyle), button:not(.unstyle) {
...
}
Hi,
Every now and then there's need to add classes for unstyling elements.
Like this:
If we add support for
.unstyleclass there'll be no need to unset/override styles and it'll come handy.For example: