/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@import './breakpoints';
@import '~bootstrap/scss/functions';
@import '~bootstrap/scss/variables';
@import '~bootstrap/scss/mixins';
@import '~bootstrap/scss/grid';
@import './buttons';
@import './button-group';
@import './dropdowns';
@import './icon-buttons';
@import './forms';
@import './input-group';
@import './modals';

@mixin nb-bootstrap-theme() {
  @include nb-b-buttons-theme();
  @include nb-b-button-group-theme();
  @include nb-b-dropdowns-theme();
  @include nb-b-icon-buttons-theme();
  @include nb-b-forms-theme();
  @include nb-b-input-group-theme();
  @include nb-b-modals-theme();
}
