UNPKG

sass-lint

Version:

Sass linter. Compatible but different from scss-lint

14 lines (9 loc) 181 B
# No IDs Rule `no-ids` will enforce that ID selectors are not allowed to be used. ## Examples When enabled, the following are disallowed: ```scss #foo { content: 'bar'; } ```