UNPKG

sass-lint

Version:

Sass linter. Compatible but different from scss-lint

12 lines (7 loc) 175 B
# No Warn Rule `no-warn` will enforce that `@warn` statements are not allowed to be used. ## Examples When enabled, the following are disallowed: ```scss @warn 'foo'; ```