/*
 * Copyright (C) 2021 The Gravitee team (http://gravitee.io)
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *         http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@forward './gio-mat-palettes' show $mat-primary-palette, $mat-accent-palette, $mat-success-palette, $mat-warning-palette, $mat-error-palette,
  $mat-method-palette, $mat-basic-palette, $mat-blue-palette, $mat-cyan-palette, $mat-space-palette, $mat-dove-palette, $mat-smoke-palette;

@forward './gio-oem-palette' show $mat-oem-palette, $mat-oem-palette-light;

@forward './theme/typography/gio-typography' show subtitle-typography, code-typography, link-typography, caption-2;

@forward './gio-mat-theme-variable' show $mat-theme, $mat-typography, $mat-theme-dark;

@forward './gio-fonts' show import-fonts;

@forward './gio-mat-theme' show mat-theme;

@forward '../lib/public-api';

@forward '../lib/gio-scss-components' show all-components;
