/**
 * @license
 * Copyright Endlessjs. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@import 'global/components';
@import 'global/overrides';
@import 'global/breakpoints';
@import 'global/styles';

@mixin el-theme-global() {
  @include el-theme-components();
  @include el-theme-overrides();
}
