/*
 * 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.
 */
@use './gio-badge/gio-badge';
@use './gio-method-badge/gio-method-badge';
@use './gio-code/gio-code';
@use './gio-table-light/gio-table-light';
@use './gio-link/gio-link';
@use './gio-caption-2/gio-caption-2';
@use './gio-button-toggle-group/gio-button-toggle-group';
@use './gio-description-list/gio-description-list';

// All Gravitee.io SCSS components to add globally in main.scss
@mixin all-components() {
  @include gio-badge.theme;
  @include gio-method-badge.theme;
  @include gio-code.theme;
  @include gio-table-light.theme;
  @include gio-link.theme;
  @include gio-caption-2.theme;
  @include gio-button-toggle-group.theme;
  @include gio-description-list.theme;
}
