/*  JS-QS Bootstrap imports
Components and styles that js-qs is using from ovo-bootstrap
*/

 @ovo-bootstrap-path: '../../node_modules/@ovotech/ovo-bootstrap/dist/less/';

// Core variables and mixins
@import "@{ovo-bootstrap-path}variables";
@import "@{ovo-bootstrap-path}mixins";

// Reset and dependencies
@import "@{ovo-bootstrap-path}bootstrap/normalize";
@import "@{ovo-bootstrap-path}bootstrap/print";

// Core CSS
@import "@{ovo-bootstrap-path}bootstrap/scaffolding";
@import "@{ovo-bootstrap-path}type";
@import "@{ovo-bootstrap-path}bootstrap/code";
@import "@{ovo-bootstrap-path}bootstrap/grid";
@import "@{ovo-bootstrap-path}bootstrap/tables";
@import "@{ovo-bootstrap-path}forms";
@import "@{ovo-bootstrap-path}buttons";

// Components
@import "@{ovo-bootstrap-path}bootstrap/component-animations";
@import "@{ovo-bootstrap-path}bootstrap/dropdowns";
@import "@{ovo-bootstrap-path}button-groups";
@import "@{ovo-bootstrap-path}input-groups";
@import "@{ovo-bootstrap-path}navs";
@import "@{ovo-bootstrap-path}bootstrap/navbar";
// @import "@{ovo-bootstrap-path}bootstrap/breadcrumbs";
// @import "@{ovo-bootstrap-path}pagination";
@import "@{ovo-bootstrap-path}bootstrap/pager";
@import "@{ovo-bootstrap-path}labels";
// @import "@{ovo-bootstrap-path}badges";
// @import "@{ovo-bootstrap-path}bootstrap/jumbotron";
@import "@{ovo-bootstrap-path}bootstrap/thumbnails";
@import "@{ovo-bootstrap-path}alerts";
// @import "@{ovo-bootstrap-path}bootstrap/progress-bars";
// @import "@{ovo-bootstrap-path}bootstrap/media";
@import "@{ovo-bootstrap-path}bootstrap/list-group";
@import "@{ovo-bootstrap-path}panels";
// @import "@{ovo-bootstrap-path}bootstrap/responsive-embed";
// @import "@{ovo-bootstrap-path}bootstrap/wells";
@import "@{ovo-bootstrap-path}bootstrap/close";

// Components w/ JavaScript
@import "@{ovo-bootstrap-path}modals";
@import "@{ovo-bootstrap-path}tooltip";
@import "@{ovo-bootstrap-path}popovers";
// @import "@{ovo-bootstrap-path}bootstrap/carousel";

// Utility classes
@import "@{ovo-bootstrap-path}bootstrap/utilities";
@import "@{ovo-bootstrap-path}bootstrap/responsive-utilities";


/*
 * Custom
 */

// Fonts
@import "@{ovo-bootstrap-path}ovo-bootstrap-icons";

// Custom components.
@import "@{ovo-bootstrap-path}inline-select";

//Docs
// @import "@{ovo-bootstrap-path}docs";
