/*
 * This imports the component-based scss files for the redesign project.
 * Any new style imports should only occur here to ensure consistency
 * with our styleguide.
 *
 */

// Layout
@import 'layout';
@import 'header';
@import 'footer';

// Components
@import 'buttons';
@import 'dropdowns';
@import 'forms';
@import 'pagination';
@import 'panels';
@import 'tables';
@import 'utils';
@import 'breadcrumbs';
@import 'tabs'; // also subnav
@import 'typography';
@import 'alerts';
@import 'tooltips';
@import 'modals';
@import 'loader';
@import 'banner';
@import 'common';
