Open
Description
Rule details
Flag the use of !important
What type of rule is this?
Warns about a potential problem
Example code
.really-red {
color: red !important;
}
Participation
- I am willing to submit a pull request to implement this rule.
Additional comments
Needing !important
indicates there may be a larger underlying issue.
Metadata
Metadata
Assignees
Type
Projects
Status
Evaluating
Activity