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

@import 'normalize';
@import 'components/tree.theme';
@import 'maps/leaflet.theme';
@import 'tables/smart-table.theme';

@import 'typography/typography';

@mixin el-theme-overrides() {
  @include el-typography();
  @include el-components-tree-theme();
  @include el-maps-leaflet-theme();
  @include el-tables-smart-table-theme();
}
