UNPKG

sass-lint

Version:
14 lines (9 loc) 214 B
# No Important Rule `no-important` will enforce that important declarations are not allowed to be used. ## Examples When enabled, the following are disallowed: ```scss .foo { content: 'bar' !important; } ```