@import "bootstrap-sass-official/assets/stylesheets/bootstrap/mixins";
@import "variables";        // adds serif and monospaced fonts
@import "../bootstrap/converted/type";             // a surprizing number of basic element stylings
//@import "../bootstrap/alerts";                   folded into base/alerts
@import "../bootstrap/converted/badges";           // customized colors in context
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/breadcrumbs";                // TODO: consult with kenji if we want this and how
@import "../bootstrap/converted/button-groups";    // modified to add sliver between btns
@import "../bootstrap/converted/buttons";          // we have btn and color contexts in base/buttons proper
                                                   //   adds button-link, button sizes, button-block
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/carousel"; 
@import "../bootstrap/converted/close";            // font-awesome close icon
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/code";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/component-animations";
@import "../bootstrap/converted/dropdowns";        // font-awesome caret icon   
@import "../bootstrap/converted/dropdowns-enhancement";
@import "../bootstrap/converted/forms";            // form-control optional, control-label optional
														// feedback-control-icon automatically iconed
@import "../bootstrap/converted/glyphicons";       // uses font-awesome
//@import "../bootstrap/grid";                     completely reimplimented in base
@import "../bootstrap/converted/input-groups";     // tweaked the input-group-addon styles
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/jumbotron";				           // TODO style
@import "../bootstrap/converted/labels";           // use-text color, shape out better lower sized fonts
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/list-group";                 // TODO style and consider implementing drawers with this
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/media";
//@import "../bootstrap/mixins";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/modals";                     // TODO style
@import "../bootstrap/converted/navbar";                     // converting now
@import "jasny-bootstrap/scss/_offcanvas.scss"; 
@import "../bootstrap/converted/navs";             // customized, adds nav-choices
//@import "../bootstrap/normalize";                we already have this; our normalize has more stuff in it
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/pager";                      // TODO style
@import "../bootstrap/converted/pagination";       // the blue bar on top effect
@import "../bootstrap/converted/panels";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/popovers";                   // TODO style
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/print";
@import "../bootstrap/converted/progress-bars";    // bold
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/responsive-embed";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/responsive-utilities";
//@import "../bootstrap/converted/scaffolding";    due to core stylings, imported at top of base directly
@import "../bootstrap/converted/tables";           // adds table-sort and table-hover-pointer
//@import "../bootstrap/theme";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/thumbnails";                 // TODO style
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/tooltip";  
@import "../bootstrap/converted/type";             // a surprizing number of basic element stylings
                                                   // we already have the header elements defined
@import "../bootstrap/converted/utilities";        // uses bourbon clearfix
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/wells";                      // TODO style
