@warn 'foo';

@function foo {
  @warn 'bar';
}

@mixin baz {
  @warn 'qux';
}
