Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 214 Bytes

no-important.md

File metadata and controls

13 lines (9 loc) · 214 Bytes

No Important

Rule no-important will enforce that important declarations are not allowed to be used.

Examples

When enabled, the following are disallowed:

.foo {
  content: 'bar' !important;
}