@import 'bourbon';
@import "../base/variables";
@import "../base/mixins";

/*This file consists of all the CSS feature flags*/
@import "../frontend/features";


/*
 * This file contains many legacy styles that were being included
 * globally in OA. As we implement the redesign please check
 * this file for things that can be removed or re-organized into their
 * own app specific files and hopefully we can rm -rf this thing for good.
 * Note: Please do not add any new styles in _prune.scss file.
 */
@import 'prune';

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

/* This we are importing from worksation styles as main requirement is to 
 * use the existing workstation styles. More styles will be imported as 
 * and when required.
 */
@import '../base/typography';
@import '../base/buttons';
@import '../base/pagination';
@import '../base/tables';
@import '../base/forms';
@import '../base/loader';
@import '../base/alerts';
@import '../oa-base/panels';
@import '../base/tooltips';
@import 'breadcrumbs';
@import '../base/utils';
@import 'modals';
@import 'typeahead';

// Components
@import 'common';
