// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
// See LICENSE in the project root for license information.

// ---------------------------------------------------------------------

// sass-lint:disable no-warn

@mixin deprecated($string) {
  @warn 'Deprecated: #{$string}. Please see [ https://git.io/JfCe2 ] for more information.';
}
