# No Debug

Rule `no-debug` will enforce that `@debug` statements are not allowed to be used.

## Examples

When enabled, the following are disallowed:

```scss
@debug 'foo';
```
