/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@import 'global/components';
@import 'global/overrides';

@mixin nga-theme-global() {
  @include nga-theme-components();
  @include nga-theme-overrides();
}

@mixin nga-install() {
  @include nga-install-global() {
    @content;
  }
}
