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

@import '~bootstrap/scss/bootstrap';
@import './buttons';
@import './button-group';
@import './dropdowns';
@import './pagination';
@import './icon-buttons';
@import './forms';
@import './input-group';
@import './modals';

@mixin nga-bootstrap-theme() {
  @include nga-b-buttons-theme();
  @include nga-b-button-group-theme();
  @include nga-b-dropdowns-theme();
  @include nga-b-pagination-theme();
  @include nga-b-icon-buttons-theme();
  @include nga-b-forms-theme();
  @include nga-b-input-group-theme();
  @include nga-b-modals-theme();
}
