Skip to content

[Feature] Add class to unstyle default styling #49

Description

@ibn-akbar

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) {
  ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions