# 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';
```
