Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 181 Bytes

no-ids.md

File metadata and controls

13 lines (9 loc) · 181 Bytes

No IDs

Rule no-ids will enforce that ID selectors are not allowed to be used.

Examples

When enabled, the following are disallowed:

#foo {
  content: 'bar';
}