// CORE VARIABLES AND MIXINS
@import 'legacy-bootstrap/variables';
@import 'legacy-bootstrap/mixins';

// RESET BASE STYLES
@import 'legacy-bootstrap/normalize';

// CORE CSS USED ON LEGACY FOOTER AND HEADER QPP-STYLE COMPONENTS
// WILL BE ABLE TO DELETE ONCE WE FULLY MOVE TO THE NEW HEADER/FOOTER
@import 'legacy-bootstrap/scaffolding';
@import 'legacy-bootstrap/grid';
@import 'legacy-bootstrap/dropdowns';
@import 'legacy-bootstrap/navs';
@import 'legacy-bootstrap/navbar';

// .form-control is deeply embedded in our codebase so we may end up keeping this
@import 'legacy-bootstrap/forms';
// our buttons are currently dependent on the original bootstrap button styles
@import 'legacy-bootstrap/buttons';
